Home
last modified time | relevance | path

Searched refs:sqlite3_vtab_collation (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/src/
H A Dloadext.c87 # define sqlite3_vtab_collation 0 macro
438 sqlite3_vtab_collation,
H A Dsqlite3ext.h631 #define sqlite3_vtab_collation sqlite3_api->vtab_collation macro
H A Dwhere.c717 sqlite3_vtab_collation(p,i)); in whereTraceIndexInfoInputs()
3864 const char *sqlite3_vtab_collation(sqlite3_index_info *pIdxInfo, int iCons){ in sqlite3_vtab_collation() function
H A Dsqlite.h.in7246 ** the [sqlite3_vtab_collation()] interface. For most real-world virtual
7248 ** because the constraints are numeric) and so the sqlite3_vtab_collation()
9621 SQLITE_EXPERIMENTAL const char *sqlite3_vtab_collation(sqlite3_index_info*,int);
/sqlite-3.40.0/test/
H A Dvt02.c619 sqlite3_vtab_collation(pInfo,i), in sqlite3BestIndexLog()
/sqlite-3.40.0/ext/expert/
H A Dsqlite3expert.c482 const char *zColl = sqlite3_vtab_collation(pIdxInfo, i); in expertBestIndex()