Searched refs:UpsertDocApi (Results 1 – 3 of 3) sorted by relevance
68 if (GRD_DocApiInfo.UpsertDocApi == nullptr) { in GRD_UpsertDoc()71 if (GRD_DocApiInfo.UpsertDocApi == nullptr) { in GRD_UpsertDoc()75 return GRD_DocApiInfo.UpsertDocApi(db, collectionName, filter, document, flags); in GRD_UpsertDoc()
52 GRD_DBApiInfo.UpsertDocApi = GRD_UpsertDocInner; in GRD_DBApiInitCommon()89 GRD_DBApiInfo.UpsertDocApi = (UpsertDoc)dlsym(g_library, "GRD_UpsertDoc"); in GRD_DBApiInitEnhance()
73 UpsertDoc UpsertDocApi = nullptr; member