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

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile124 sqlite3_index_info.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h7268 typedef struct sqlite3_index_info sqlite3_index_info; typedef in typeref:struct:sqlite3_index_info
7296 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
7332 ** KEYWORDS: sqlite3_index_info
7334 ** The sqlite3_index_info structure and its substructures is used as part
7419 ** IMPORTANT: The estimatedRows field was added to the sqlite3_index_info
7432 struct sqlite3_index_info { struct
7468 ** [sqlite3_index_info].idxFlags field to some combination of
7477 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
9855 ** METHOD: sqlite3_index_info
[all...]
H A Dsqlite3ext.h297 const char *(*vtab_collation)(sqlite3_index_info*,int);
349 int (*vtab_rhs_value)(sqlite3_index_info*,int,sqlite3_value**);
350 int (*vtab_distinct)(sqlite3_index_info*);
351 int (*vtab_in)(sqlite3_index_info*,int,int);
H A Dsqlite3.c7581 typedef struct sqlite3_index_info sqlite3_index_info; typedef in typeref:struct:sqlite3_index_info
7609 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
7645 ** KEYWORDS: sqlite3_index_info
7647 ** The sqlite3_index_info structure and its substructures is used as part
7732 ** IMPORTANT: The estimatedRows field was added to the sqlite3_index_info
7745 struct sqlite3_index_info { struct
7781 ** [sqlite3_index_info].idxFlags field to some combination of
7790 ** [sqlite3_index_info].aConstraint[].op field. Each value represents
10168 ** METHOD: sqlite3_index_info
[all...]
H A Dshell.c6061 sqlite3_index_info *pIdxInfo
7978 sqlite3_index_info *pIdxInfo
8522 sqlite3_index_info *pIdxInfo
10619 sqlite3_index_info *pIdxInfo
12291 static int expertBestIndex(sqlite3_vtab *pVtab, sqlite3_index_info *pIdxInfo){
14459 static int dbdataBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdx){
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1368 int function (sqlite3_vtab *pVTab, sqlite3_index_info*) xBestIndex;
1396 struct sqlite3_index_info

Completed in 850 milliseconds