Searched defs:xBestIndex (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h4593 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*); member in struct:sqlite3_module
4621 ** pass information into and receive the reply from the [xBestIndex]
4623 ** inputs to xBestIndex and are read-only. xBestIndex inserts its
4647 ** The [xBestIndex] method must fill aConstraintUsage[] with information
4675 int iTermOffset; /* Used internally - xBestIndex should ignore */
H A Dsqlite3.c5136 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*); member in struct:sqlite3_module
5164 ** pass information into and receive the reply from the [xBestIndex]
5166 ** inputs to xBestIndex and are read-only. xBestIndex inserts its
5190 ** The [xBestIndex] method must fill aConstraintUsage[] with information
5218 int iTermOffset; /* Used internally - xBestIndex should ignore */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h4956 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*); member in struct:sqlite3_module
4989 ** pass information into and receive the reply from the [xBestIndex]
4991 ** inputs to xBestIndex and are read-only. xBestIndex inserts its
5015 ** The [xBestIndex] method must fill aConstraintUsage[] with information
5043 int iTermOffset; /* Used internally - xBestIndex should ignore */
H A Dsqlite3.c5506 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*); member in struct:sqlite3_module
5539 ** pass information into and receive the reply from the [xBestIndex]
5541 ** inputs to xBestIndex and are read-only. xBestIndex inserts its
5565 ** The [xBestIndex] method must fill aConstraintUsage[] with information
5593 int iTermOffset; /* Used internally - xBestIndex should ignore */
[all...]
/external/sqlite/dist/
H A Dsqlite3.h4956 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*); member in struct:sqlite3_module
4989 ** pass information into and receive the reply from the [xBestIndex]
4991 ** inputs to xBestIndex and are read-only. xBestIndex inserts its
5015 ** The [xBestIndex] method must fill aConstraintUsage[] with information
5043 int iTermOffset; /* Used internally - xBestIndex should ignore */
H A Dsqlite3.c5506 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*); member in struct:sqlite3_module
5539 ** pass information into and receive the reply from the [xBestIndex]
5541 ** inputs to xBestIndex and are read-only. xBestIndex inserts its
5565 ** The [xBestIndex] method must fill aConstraintUsage[] with information
5593 int iTermOffset; /* Used internally - xBestIndex should ignore */
[all...]

Completed in 478 milliseconds