Searched refs:DBCloseApi (Results 1 – 6 of 6) sorted by relevance
43 if (GRD_DBApiInfo.DBCloseApi == nullptr) { in GRD_DBClose()46 if (GRD_DBApiInfo.DBCloseApi == nullptr) { in GRD_DBClose()50 return GRD_DBApiInfo.DBCloseApi(db, flags); in GRD_DBClose()
44 GRD_DBApiInfo.DBCloseApi = GRD_DBCloseInner; in GRD_DBApiInitCommon()79 GRD_DBApiInfo.DBCloseApi = (DBClose)dlsym(g_library, "GRD_DBClose"); in GRD_DBApiInitEnhance()
91 if (GRD_KVApiInfo.DBCloseApi == nullptr) { in RdDbClose()94 if (GRD_KVApiInfo.DBCloseApi == nullptr) { in RdDbClose()97 return TransferGrdErrno(GRD_KVApiInfo.DBCloseApi(db, flags)); in RdDbClose()
35 GRD_DBApiInfo.DBCloseApi = (DBClose)dlsym(g_library, "GRD_DBClose"); in GRD_DBApiInitEnhance()
60 DBClose DBCloseApi = nullptr; member
63 DBClose DBCloseApi = nullptr; member