Home
last modified time | relevance | path

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

/third_party/sqlite/include/
Dsqlite3ext.h620 #define sqlite3_vtab_collation sqlite3_api->vtab_collation macro
Dsqlite3.h9501 SQLITE_API SQLITE_EXPERIMENTAL const char *sqlite3_vtab_collation(sqlite3_index_info*,int);
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch79323 -#define sqlite3_vtab_collation chrome_sqlite3_vtab_collation // Line 9463
79381 +#define sqlite3_vtab_collation chrome_sqlite3_vtab_collation // Line 9570
91260 +** the [sqlite3_vtab_collation()] interface. For most real-world virtual
91262 +** because the constraints are numeric) and so the sqlite3_vtab_collation()
91372 SQLITE_API SQLITE_EXPERIMENTAL const char *sqlite3_vtab_collation(sqlite3_index_info*,int);
107170 + sqlite3_vtab_collation(p,i));
107990 SQLITE_API const char *sqlite3_vtab_collation(sqlite3_index_info *pIdxInfo, int iCons){
107992 @@ -154034,6 +157703,97 @@ SQLITE_API const char *sqlite3_vtab_collation(sqlite3_index_info *pIdxIn…
116093 +** the [sqlite3_vtab_collation()] interface. For most real-world virtual
116095 +** because the constraints are numeric) and so the sqlite3_vtab_collation()
[all …]
/third_party/sqlite/src/
Dshell.c9726 const char *zColl = sqlite3_vtab_collation(pIdxInfo, i); in expertBestIndex()
Dsqlite3.c9835 SQLITE_API SQLITE_EXPERIMENTAL const char *sqlite3_vtab_collation(sqlite3_index_info*,int);
128387 #define sqlite3_vtab_collation sqlite3_api->vtab_collation
128519 # define sqlite3_vtab_collation 0
128875 sqlite3_vtab_collation,
154676 SQLITE_API const char *sqlite3_vtab_collation(sqlite3_index_info *pIdxInfo, int iCons){