Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3ext.h640 #define sqlite3_vtab_collation sqlite3_api->vtab_collation macro
H A Dsqlite3.h10135 SQLITE_API const char *sqlite3_vtab_collation(sqlite3_index_info*,int);
H A Dshell.c13237 const char *zColl = sqlite3_vtab_collation(pIdxInfo, i); in expertBestIndex()
H A Dsqlite3.c10454 SQLITE_API const char *sqlite3_vtab_collation(sqlite3_index_info*,int);
139011 #define sqlite3_vtab_collation sqlite3_api->vtab_collation
139165 # define sqlite3_vtab_collation 0
139516 sqlite3_vtab_collation,
165254 sqlite3_vtab_collation(p,i));
168911 SQLITE_API const char *sqlite3_vtab_collation(sqlite3_index_info *pIdxInfo, int iCons){