Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3ext.h607 #define sqlite3_vtab_collation sqlite3_api->vtab_collation macro
H A Dsqlite3.h9217 SQLITE_API SQLITE_EXPERIMENTAL const char *sqlite3_vtab_collation(sqlite3_index_info*,int);
H A Dshell.c7338 const char *zColl = sqlite3_vtab_collation(pIdxInfo, i); in expertBestIndex()
H A Dsqlite3.c10256 SQLITE_API SQLITE_EXPERIMENTAL const char *sqlite3_vtab_collation(sqlite3_index_info*,int);
123798 #define sqlite3_vtab_collation sqlite3_api->vtab_collation
123921 # define sqlite3_vtab_collation 0
124272 sqlite3_vtab_collation,
148132 SQLITE_API const char *sqlite3_vtab_collation(sqlite3_index_info *pIdxInfo, int iCons){