Searched refs:DeleteDocApi (Results 1 – 3 of 3) sorted by relevance
92 if (GRD_DocApiInfo.DeleteDocApi == nullptr) { in GRD_DeleteDoc()95 if (GRD_DocApiInfo.DeleteDocApi == nullptr) { in GRD_DeleteDoc()99 return GRD_DocApiInfo.DeleteDocApi(db, collectionName, filter, flags); in GRD_DeleteDoc()
53 GRD_DBApiInfo.DeleteDocApi = GRD_DeleteDocInner; in GRD_DBApiInitCommon()90 GRD_DBApiInfo.DeleteDocApi = (DeleteDoc)dlsym(g_library, "GRD_DeleteDoc"); in GRD_DBApiInitEnhance()
74 DeleteDoc DeleteDocApi = nullptr; member