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

/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...]

Completed in 877 milliseconds