Searched refs:UpdateDocApi (Results 1 – 3 of 3) sorted by relevance
55 if (GRD_DocApiInfo.UpdateDocApi == nullptr) { in GRD_UpdateDoc()58 if (GRD_DocApiInfo.UpdateDocApi == nullptr) { in GRD_UpdateDoc()62 return GRD_DocApiInfo.UpdateDocApi(db, collectionName, filter, update, flags); in GRD_UpdateDoc()
51 GRD_DBApiInfo.UpdateDocApi = GRD_UpdateDocInner; in GRD_DBApiInitCommon()88 GRD_DBApiInfo.UpdateDocApi = (UpdateDoc)dlsym(g_library, "GRD_UpdateDoc"); in GRD_DBApiInitEnhance()
72 UpdateDoc UpdateDocApi = nullptr; member