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

/freebsd-10.1-release/contrib/sqlite3/
H A Dsqlite3.h5144 typedef struct sqlite3_index_info sqlite3_index_info; typedef in typeref:struct:sqlite3_index_info
5172 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
5201 ** KEYWORDS: sqlite3_index_info
5203 ** The sqlite3_index_info structure and its substructures is used as part
5252 struct sqlite3_index_info { struct
5282 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
H A Dsqlite3.c5715 typedef struct sqlite3_index_info sqlite3_index_info; typedef in typeref:struct:sqlite3_index_info
5743 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
5772 ** KEYWORDS: sqlite3_index_info
5774 ** The sqlite3_index_info structure and its substructures is used as part
5823 struct sqlite3_index_info { struct
5853 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
11144 sqlite3_index_info *pVtabIdx; /* Virtual table index to use */
11192 sqlite3_index_info *pIdxInfo; /* Index info for n-th source table */
[all...]
/freebsd-10.1-release/crypto/heimdal/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 779 milliseconds