Searched refs:KVBatchDel (Results 1 – 2 of 2) sorted by relevance
59 typedef int32_t (*KVBatchDel)(GRD_DB *db, const char *collectionName, GRD_KVBatchT *batch); typedef91 KVBatchDel KVBatchPutApi = nullptr;92 KVBatchDel KVBatchDelApi = nullptr;
108 GRD_DBApiInfo.KVBatchDelApi = (KVBatchDel)dlsym(g_library, "GRD_KVBatchDel"); in GRD_DBApiInitEnhance()