Searched refs:KVPutApi (Results 1 – 3 of 3) sorted by relevance
28 if (GRD_KVApiInfo.KVPutApi == nullptr) { in GRD_KVPut()31 if (GRD_KVApiInfo.KVPutApi == nullptr) { in GRD_KVPut()34 return GRD_KVApiInfo.KVPutApi(db, collectionName, key, value); in GRD_KVPut()
60 GRD_DBApiInfo.KVPutApi = GRD_KVPutInner; in GRD_DBApiInitCommon()97 GRD_DBApiInfo.KVPutApi = (KVPut)dlsym(g_library, "GRD_KVPut"); in GRD_DBApiInitEnhance()
81 KVPut KVPutApi = nullptr; member