Searched refs:FindDocApi (Results 1 – 3 of 3) sorted by relevance
105 if (GRD_DocApiInfo.FindDocApi == nullptr) { in GRD_FindDoc()108 if (GRD_DocApiInfo.FindDocApi == nullptr) { in GRD_FindDoc()112 return GRD_DocApiInfo.FindDocApi(db, collectionName, query, flags, resultSet); in GRD_FindDoc()
50 GRD_DBApiInfo.FindDocApi = GRD_FindDocInner; in GRD_DBApiInitCommon()87 GRD_DBApiInfo.FindDocApi = (FindDoc)dlsym(g_library, "GRD_FindDoc"); in GRD_DBApiInitEnhance()
71 FindDoc FindDocApi = nullptr; member