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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h4879 typedef struct sqlite3_index_info sqlite3_index_info; typedef in typeref:struct:sqlite3_index_info
4907 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
4936 ** KEYWORDS: sqlite3_index_info
4938 ** The sqlite3_index_info structure and its substructures is used as part
4987 struct sqlite3_index_info { struct
5017 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
H A Dsqlite3.c5429 typedef struct sqlite3_index_info sqlite3_index_info; typedef in typeref:struct:sqlite3_index_info
5457 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
5486 ** KEYWORDS: sqlite3_index_info
5488 ** The sqlite3_index_info structure and its substructures is used as part
5537 struct sqlite3_index_info { struct
5567 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
10773 sqlite3_index_info *pVtabIdx; /* Virtual table index to use */
10818 sqlite3_index_info *pIdxInfo; /* Index info for n-th source table */
[all...]

Completed in 403 milliseconds