Searched refs:KVDelApi (Results 1 – 3 of 3) sorted by relevance
50 if (GRD_KVApiInfo.KVDelApi == nullptr) { in GRD_KVDel()53 if (GRD_KVApiInfo.KVDelApi == nullptr) { in GRD_KVDel()56 return GRD_KVApiInfo.KVDelApi(db, collectionName, key); in GRD_KVDel()
62 GRD_DBApiInfo.KVDelApi = GRD_KVDelInner; in GRD_DBApiInitCommon()99 GRD_DBApiInfo.KVDelApi = (KVDel)dlsym(g_library, "GRD_KVDel"); in GRD_DBApiInitEnhance()
83 KVDel KVDelApi = nullptr; member