Searched refs:KVFreeItemApi (Results 1 – 3 of 3) sorted by relevance
107 if (GRD_KVApiInfo.KVFreeItemApi == nullptr) { in GRD_KVFreeItem()110 if (GRD_KVApiInfo.KVFreeItemApi == nullptr) { in GRD_KVFreeItem()113 return GRD_KVApiInfo.KVFreeItemApi(item); in GRD_KVFreeItem()
67 GRD_DBApiInfo.KVFreeItemApi = GRD_KVFreeItemInner; in GRD_DBApiInitCommon()104 GRD_DBApiInfo.KVFreeItemApi = (KVFreeItem)dlsym(g_library, "GRD_KVFreeItem"); in GRD_DBApiInitEnhance()
88 KVFreeItem KVFreeItemApi = nullptr; member