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
4713 ** [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
5256 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
10250 sqlite3_index_info *pVtabIdx; /* Virtual table index to use */
10295 sqlite3_index_info *pIdxInfo; /* Index info for n-th source table */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h4928 typedef struct sqlite3_index_info sqlite3_index_info; typedef in typeref:struct:sqlite3_index_info
4956 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
4985 ** KEYWORDS: sqlite3_index_info
4987 ** The sqlite3_index_info structure and its substructures is used as part
5036 struct sqlite3_index_info { struct
5066 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
H A Dsqlite3.c5478 typedef struct sqlite3_index_info sqlite3_index_info; typedef in typeref:struct:sqlite3_index_info
5506 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
5535 ** KEYWORDS: sqlite3_index_info
5537 ** The sqlite3_index_info structure and its substructures is used as part
5586 struct sqlite3_index_info { struct
5616 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
10799 sqlite3_index_info *pVtabIdx; /* Virtual table index to use */
10844 sqlite3_index_info *pIdxInfo; /* Index info for n-th source table */
[all...]
/external/sqlite/dist/
H A Dsqlite3.h4928 typedef struct sqlite3_index_info sqlite3_index_info; typedef in typeref:struct:sqlite3_index_info
4956 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
4985 ** KEYWORDS: sqlite3_index_info
4987 ** The sqlite3_index_info structure and its substructures is used as part
5036 struct sqlite3_index_info { struct
5066 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
H A Dsqlite3.c5478 typedef struct sqlite3_index_info sqlite3_index_info; typedef in typeref:struct:sqlite3_index_info
5506 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
5535 ** KEYWORDS: sqlite3_index_info
5537 ** The sqlite3_index_info structure and its substructures is used as part
5586 struct sqlite3_index_info { struct
5616 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
10799 sqlite3_index_info *pVtabIdx; /* Virtual table index to use */
10844 sqlite3_index_info *pIdxInfo; /* Index info for n-th source table */
[all...]

Completed in 455 milliseconds