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

/freebsd-11-stable/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...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h6755 typedef struct sqlite3_index_info sqlite3_index_info; typedef in typeref:struct:sqlite3_index_info
6783 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
6815 ** KEYWORDS: sqlite3_index_info
6817 ** The sqlite3_index_info structure and its substructures is used as part
6902 ** IMPORTANT: The estimatedRows field was added to the sqlite3_index_info
6915 struct sqlite3_index_info { struct
6951 ** [sqlite3_index_info].idxFlags field to some combination of
6960 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
9290 ** The first argument must be the sqlite3_index_info objec
[all...]
H A Dsqlite3ext.h297 const char *(*vtab_collation)(sqlite3_index_info*,int);
H A Dshell.c2993 sqlite3_index_info *pIdxInfo
3528 sqlite3_index_info *pIdxInfo
5760 sqlite3_index_info *pIdxInfo
7181 sqlite3_index_info *pIdxInfo
8811 static int expertBestIndex(sqlite3_vtab *pVtab, sqlite3_index_info *pIdxInfo){
10543 static int dbdataBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdx){
H A Dsqlite3.c7818 typedef struct sqlite3_index_info sqlite3_index_info; typedef in typeref:struct:sqlite3_index_info
7846 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
7878 ** KEYWORDS: sqlite3_index_info
7880 ** The sqlite3_index_info structure and its substructures is used as part
7965 ** IMPORTANT: The estimatedRows field was added to the sqlite3_index_info
7978 struct sqlite3_index_info { struct
8014 ** [sqlite3_index_info].idxFlags field to some combination of
8023 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
10353 ** The first argument must be the sqlite3_index_info objec
[all...]

Completed in 1108 milliseconds