Searched refs:PrevApi (Results 1 – 3 of 3) sorted by relevance
76 if (GRD_ResultSetApiInfo.PrevApi == nullptr) { in GRD_Prev()79 if (GRD_ResultSetApiInfo.PrevApi == nullptr) { in GRD_Prev()83 return GRD_ResultSetApiInfo.PrevApi(resultSet); in GRD_Prev()
55 GRD_DBApiInfo.PrevApi = GRD_PrevInner; in GRD_DBApiInitCommon()92 GRD_DBApiInfo.PrevApi = (ResultPrev)dlsym(g_library, "GRD_Prev"); in GRD_DBApiInitEnhance()
76 ResultPrev PrevApi = nullptr; member