Searched refs:InsertDocApi (Results 1 – 3 of 3) sorted by relevance
80 if (GRD_DocApiInfo.InsertDocApi == nullptr) { in GRD_InsertDoc()83 if (GRD_DocApiInfo.InsertDocApi == nullptr) { in GRD_InsertDoc()87 return GRD_DocApiInfo.InsertDocApi(db, collectionName, document, flags); in GRD_InsertDoc()
49 GRD_DBApiInfo.InsertDocApi = GRD_InsertDocInner; in GRD_DBApiInitCommon()86 GRD_DBApiInfo.InsertDocApi = (InsertDoc)dlsym(g_library, "GRD_InsertDoc"); in GRD_DBApiInitEnhance()
70 InsertDoc InsertDocApi = nullptr; member