Searched refs:IndexPreloadApi (Results 1 – 3 of 3) sorted by relevance
92 if (GRD_DBApiInfo.IndexPreloadApi == nullptr) { in GRD_IndexPreload()95 if (GRD_DBApiInfo.IndexPreloadApi == nullptr) { in GRD_IndexPreload()99 return GRD_DBApiInfo.IndexPreloadApi(db, collectionName); in GRD_IndexPreload()
46 GRD_DBApiInfo.IndexPreloadApi = GRD_IndexPreloadInner; in GRD_DBApiInitCommon()83 GRD_DBApiInfo.IndexPreloadApi = (IndexPreload)dlsym(g_library, "GRD_IndexPreload"); in GRD_DBApiInitEnhance()
67 IndexPreload IndexPreloadApi = nullptr; member