Home
last modified time | relevance | path

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

/third_party/sqlite/include/
H A Dsqlite3ext.h637 #define sqlite3_vtab_collation sqlite3_api->vtab_collation macro
H A Dsqlite3.h7298 ** the [sqlite3_vtab_collation()] interface. For most real-world virtual
7300 ** because the constraints are numeric) and so the sqlite3_vtab_collation()
9673 SQLITE_API SQLITE_EXPERIMENTAL const char *sqlite3_vtab_collation(sqlite3_index_info*,int);
/third_party/sqlite/src/
H A Dshell.c9839 const char *zColl = sqlite3_vtab_collation(pIdxInfo, i); in expertBestIndex()
H A Dsqlite3.c7607 ** the [sqlite3_vtab_collation()] interface. For most real-world virtual
7609 ** because the constraints are numeric) and so the sqlite3_vtab_collation()
10003 SQLITE_API SQLITE_EXPERIMENTAL const char *sqlite3_vtab_collation(sqlite3_index_info*,int);
132560 #define sqlite3_vtab_collation global() macro
132709 # define sqlite3_vtab_collation global() macro
160414 SQLITE_API const char *sqlite3_vtab_collation(sqlite3_index_info *pIdxInfo, int iCons){ global() function
[all...]

Completed in 195 milliseconds