Searched refs:DBSetConfigApi (Results 1 – 3 of 3) sorted by relevance
457 if (GRD_KVApiInfo.DBSetConfigApi == nullptr) { in RdDbSetVersion()460 if (GRD_KVApiInfo.DBSetConfigApi == nullptr) { in RdDbSetVersion()466 return TransferGrdErrno(GRD_KVApiInfo.DBSetConfigApi(db, type, value)); in RdDbSetVersion()
62 GRD_DBApiInfo.DBSetConfigApi = (DBSetConfig)dlsym(g_library, "GRD_SetConfig"); in GRD_DBApiInitEnhance()
87 DBSetConfig DBSetConfigApi = nullptr; member