Searched refs:sqlite3_index_info (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dsqlite.h.in4560 typedef struct sqlite3_index_info sqlite3_index_info;
4588 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
4612 ** KEYWORDS: sqlite3_index_info
4614 ** The sqlite3_index_info structure and its substructures is used as part
4663 struct sqlite3_index_info {
4693 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
H A Dtest_intarray.c175 static int intarrayBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){
H A Dtest_schema.c262 static int schemaBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){
H A Dtest_tclvar.c227 static int tclvarBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){
H A Dtest_wholenumber.c178 sqlite3_index_info *pIdxInfo
H A Dwhere.c1564 ** Two routines for printing the content of an sqlite3_index_info
1570 static void TRACE_IDX_INPUTS(sqlite3_index_info *p){
1588 static void TRACE_IDX_OUTPUTS(sqlite3_index_info *p){
1948 ** Allocate and populate an sqlite3_index_info structure. It is the
1952 static sqlite3_index_info *allocateIndexInfo(
1965 sqlite3_index_info *pIdxInfo;
1982 ** the sqlite3_index_info structure.
1995 /* Allocate the sqlite3_index_info structure
2006 /* Initialize the structure. The sqlite3_index_info structure contains
2054 ** method of the virtual table with the sqlite3_index_info pointe
[all...]
H A Dtest_stat.c171 static int statBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){
H A Dtest_fuzzer.c751 static int fuzzerBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){
H A DsqliteInt.h1890 sqlite3_index_info *pVtabIdx; /* Virtual table index to use */
1935 sqlite3_index_info *pIdxInfo; /* Index info for n-th source table */
H A Drecover.c1581 static int recoverBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h4565 typedef struct sqlite3_index_info sqlite3_index_info; typedef in typeref:struct:sqlite3_index_info
4593 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
4617 ** KEYWORDS: sqlite3_index_info
4619 ** The sqlite3_index_info structure and its substructures is used as part
4668 struct sqlite3_index_info { struct
4698 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
H A Dsqlite3.c5108 typedef struct sqlite3_index_info sqlite3_index_info; typedef in typeref:struct:sqlite3_index_info
5136 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
5160 ** KEYWORDS: sqlite3_index_info
5162 ** The sqlite3_index_info structure and its substructures is used as part
5211 struct sqlite3_index_info { struct
5241 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
10235 sqlite3_index_info *pVtabIdx; /* Virtual table index to use */
10280 sqlite3_index_info *pIdxInfo; /* Index info for n-th source table */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h5284 typedef struct sqlite3_index_info sqlite3_index_info; typedef in typeref:struct:sqlite3_index_info
5312 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
5341 ** KEYWORDS: sqlite3_index_info
5343 ** The sqlite3_index_info structure and its substructures is used as part
5396 ** IMPORTANT: The estimatedRows field was added to the sqlite3_index_info
5404 struct sqlite3_index_info { struct
5436 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
H A Dsqlite3.c5399 typedef struct sqlite3_index_info sqlite3_index_info; typedef in typeref:struct:sqlite3_index_info
5427 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
5456 ** KEYWORDS: sqlite3_index_info
5458 ** The sqlite3_index_info structure and its substructures is used as part
5511 ** IMPORTANT: The estimatedRows field was added to the sqlite3_index_info
5519 struct sqlite3_index_info { struct
5551 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
[all...]
/external/sqlite/dist/
H A Dsqlite3.h5284 typedef struct sqlite3_index_info sqlite3_index_info; typedef in typeref:struct:sqlite3_index_info
5312 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
5341 ** KEYWORDS: sqlite3_index_info
5343 ** The sqlite3_index_info structure and its substructures is used as part
5396 ** IMPORTANT: The estimatedRows field was added to the sqlite3_index_info
5404 struct sqlite3_index_info { struct
5436 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
H A Dsqlite3.c5399 typedef struct sqlite3_index_info sqlite3_index_info; typedef in typeref:struct:sqlite3_index_info
5427 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
5456 ** KEYWORDS: sqlite3_index_info
5458 ** The sqlite3_index_info structure and its substructures is used as part
5511 ** IMPORTANT: The estimatedRows field was added to the sqlite3_index_info
5519 struct sqlite3_index_info { struct
5551 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
[all...]
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_aux.c136 sqlite3_index_info *pInfo
H A Dfts3.c1052 static int fts3BestIndexMethod(sqlite3_vtab *pVTab, sqlite3_index_info *pInfo){
/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfulltext.c943 static int fulltextBestIndex(sqlite3_vtab *pVTab, sqlite3_index_info *pInfo){
H A Dfts1.c1107 QueryType iCursorType; /* Copy of sqlite3_index_info.idxNum */
2087 static int fulltextBestIndex(sqlite3_vtab *pVTab, sqlite3_index_info *pInfo){
/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c1334 ** the constraint in sqlite3_index_info.aConstraintUsage[] with
1354 static int rtreeBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){

Completed in 3357 milliseconds