Searched refs:KVBatchDelApi (Results 1 – 3 of 3) sorted by relevance
152 if (GRD_KVApiInfo.KVBatchDelApi == nullptr) { in GRD_KVBatchDel()155 if (GRD_KVApiInfo.KVBatchDelApi == nullptr) { in GRD_KVBatchDel()158 return GRD_KVApiInfo.KVBatchDelApi(db, collectionName, batch); in GRD_KVBatchDel()
71 GRD_DBApiInfo.KVBatchDelApi = GRD_KVBatchDelInner; in GRD_DBApiInitCommon()108 GRD_DBApiInfo.KVBatchDelApi = (KVBatchDel)dlsym(g_library, "GRD_KVBatchDel"); in GRD_DBApiInitEnhance()
92 KVBatchDel KVBatchDelApi = nullptr; member