Searched refs:sqlite3_vtab_collation (Results 1 – 5 of 5) sorted by relevance
/third_party/sqlite/include/ |
D | sqlite3ext.h | 620 #define sqlite3_vtab_collation sqlite3_api->vtab_collation macro
|
D | sqlite3.h | 9501 SQLITE_API SQLITE_EXPERIMENTAL const char *sqlite3_vtab_collation(sqlite3_index_info*,int);
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 79323 -#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/ |
D | shell.c | 9726 const char *zColl = sqlite3_vtab_collation(pIdxInfo, i); in expertBestIndex()
|
D | sqlite3.c | 9835 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){
|