Searched refs:CreateCollectionApi (Results 1 – 3 of 3) sorted by relevance
30 if (GRD_DocApiInfo.CreateCollectionApi == nullptr) { in GRD_CreateCollection()33 if (GRD_DocApiInfo.CreateCollectionApi == nullptr) { in GRD_CreateCollection()37 return GRD_DocApiInfo.CreateCollectionApi(db, collectionName, optionStr, flags); in GRD_CreateCollection()
47 GRD_DBApiInfo.CreateCollectionApi = GRD_CreateCollectionInner; in GRD_DBApiInitCommon()84 GRD_DBApiInfo.CreateCollectionApi = (CreateCollection)dlsym(g_library, "GRD_CreateCollection"); in GRD_DBApiInitEnhance()
68 CreateCollection CreateCollectionApi = nullptr; member