Searched refs:DropCollectionApi (Results 1 – 3 of 3) sorted by relevance
42 if (GRD_DocApiInfo.DropCollectionApi == nullptr) { in GRD_DropCollection()45 if (GRD_DocApiInfo.DropCollectionApi == nullptr) { in GRD_DropCollection()49 return GRD_DocApiInfo.DropCollectionApi(db, collectionName, flags); in GRD_DropCollection()
48 GRD_DBApiInfo.DropCollectionApi = GRD_DropCollectionInner; in GRD_DBApiInitCommon()85 GRD_DBApiInfo.DropCollectionApi = (DropCollection)dlsym(g_library, "GRD_DropCollection"); in GRD_DBApiInitEnhance()
69 DropCollection DropCollectionApi = nullptr; member