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

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h4048 typedef struct sqlite3_index_info sqlite3_index_info; typedef in typeref:struct:sqlite3_index_info
4072 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
4096 ** KEYWORDS: sqlite3_index_info
4099 ** The sqlite3_index_info structure and its substructures is used to
4146 struct sqlite3_index_info { struct
/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 616 milliseconds