Searched refs:sqlite3_vtab_collation (Results 1 – 4 of 4) sorted by relevance
648 #define sqlite3_vtab_collation sqlite3_api->vtab_collation macro
10351 SQLITE_API const char *sqlite3_vtab_collation(sqlite3_index_info*,int);
15248 const char *zColl = sqlite3_vtab_collation(pIdxInfo, i); in expertBestIndex()
10672 SQLITE_API const char *sqlite3_vtab_collation(sqlite3_index_info*,int);143102 #define sqlite3_vtab_collation sqlite3_api->vtab_collation macro143264 # define sqlite3_vtab_collation 0 macro143615 sqlite3_vtab_collation,169630 sqlite3_vtab_collation(p,i));173398 SQLITE_API const char *sqlite3_vtab_collation(sqlite3_index_info *pIdxInfo, int iCons){ function