Searched refs:KVBatchPutApi (Results 1 – 3 of 3) sorted by relevance
141 if (GRD_KVApiInfo.KVBatchPutApi == nullptr) { in GRD_KVBatchPut()144 if (GRD_KVApiInfo.KVBatchPutApi == nullptr) { in GRD_KVBatchPut()147 return GRD_KVApiInfo.KVBatchPutApi(db, collectionName, batch); in GRD_KVBatchPut()
70 GRD_DBApiInfo.KVBatchPutApi = GRD_KVBatchPutInner; in GRD_DBApiInitCommon()107 GRD_DBApiInfo.KVBatchPutApi = (KVBatchPut)dlsym(g_library, "GRD_KVBatchPut"); in GRD_DBApiInitEnhance()
91 KVBatchDel KVBatchPutApi = nullptr; member