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

/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.h4749 typedef struct sqlite3_index_info sqlite3_index_info; typedef in typeref:struct:sqlite3_index_info
4777 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
4806 ** KEYWORDS: sqlite3_index_info
4808 ** The sqlite3_index_info structure and its substructures is used as part
4857 struct sqlite3_index_info { struct
4887 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
H A Dsqlite3.c5302 typedef struct sqlite3_index_info sqlite3_index_info; typedef in typeref:struct:sqlite3_index_info
5330 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
5359 ** KEYWORDS: sqlite3_index_info
5361 ** The sqlite3_index_info structure and its substructures is used as part
5410 struct sqlite3_index_info { struct
5440 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
10545 sqlite3_index_info *pVtabIdx; /* Virtual table index to use */
10590 sqlite3_index_info *pIdxInfo; /* Index info for n-th source table */
[all...]

Completed in 274 milliseconds