Searched refs:FlushApi (Results 1 – 3 of 3) sorted by relevance
80 if (GRD_DBApiInfo.FlushApi == nullptr) { in GRD_Flush()83 if (GRD_DBApiInfo.FlushApi == nullptr) { in GRD_Flush()87 return GRD_DBApiInfo.FlushApi(db, flags); in GRD_Flush()
45 GRD_DBApiInfo.FlushApi = GRD_FlushInner; in GRD_DBApiInitCommon()82 GRD_DBApiInfo.FlushApi = (DBFlush)dlsym(g_library, "GRD_Flush"); in GRD_DBApiInitEnhance()
66 DBFlush FlushApi = nullptr; member