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

/external/sqlite/dist/orig/
H A Dsqlite3.h5525 typedef struct sqlite3_index_info sqlite3_index_info; typedef in typeref:struct:sqlite3_index_info
5553 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
5582 ** KEYWORDS: sqlite3_index_info
5584 ** The sqlite3_index_info structure and its substructures is used as part
5652 ** IMPORTANT: The estimatedRows field was added to the sqlite3_index_info
5663 struct sqlite3_index_info { struct
5702 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
H A Dsqlite3.c5739 typedef struct sqlite3_index_info sqlite3_index_info; typedef in typeref:struct:sqlite3_index_info
5767 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
5796 ** KEYWORDS: sqlite3_index_info
5798 ** The sqlite3_index_info structure and its substructures is used as part
5866 ** IMPORTANT: The estimatedRows field was added to the sqlite3_index_info
5877 struct sqlite3_index_info { struct
5916 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
[all...]
/external/sqlite/dist/
H A Dsqlite3.h5525 typedef struct sqlite3_index_info sqlite3_index_info; typedef in typeref:struct:sqlite3_index_info
5553 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
5582 ** KEYWORDS: sqlite3_index_info
5584 ** The sqlite3_index_info structure and its substructures is used as part
5652 ** IMPORTANT: The estimatedRows field was added to the sqlite3_index_info
5663 struct sqlite3_index_info { struct
5702 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
H A Dsqlite3.c5739 typedef struct sqlite3_index_info sqlite3_index_info; typedef in typeref:struct:sqlite3_index_info
5767 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
5796 ** KEYWORDS: sqlite3_index_info
5798 ** The sqlite3_index_info structure and its substructures is used as part
5866 ** IMPORTANT: The estimatedRows field was added to the sqlite3_index_info
5877 struct sqlite3_index_info { struct
5916 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
[all...]

Completed in 654 milliseconds