Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3ext.h638 #define sqlite3_vtab_collation sqlite3_api->vtab_collation macro
H A Dsqlite3.h9911 SQLITE_API const char *sqlite3_vtab_collation(sqlite3_index_info*,int);
H A Dshell.c12398 const char *zColl = sqlite3_vtab_collation(pIdxInfo, i); in expertBestIndex()
H A Dsqlite3.c10224 SQLITE_API const char *sqlite3_vtab_collation(sqlite3_index_info*,int);
137071 #define sqlite3_vtab_collation sqlite3_api->vtab_collation
137223 # define sqlite3_vtab_collation 0
137574 sqlite3_vtab_collation,
162892 sqlite3_vtab_collation(p,i));
166414 SQLITE_API const char *sqlite3_vtab_collation(sqlite3_index_info *pIdxInfo, int iCons){