Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.h7293 typedef struct sqlite3_index_info sqlite3_index_info; typedef
7321 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
7457 struct sqlite3_index_info { struct
9911 SQLITE_API const char *sqlite3_vtab_collation(sqlite3_index_info*,int);
10005 SQLITE_API int sqlite3_vtab_distinct(sqlite3_index_info*);
10078 SQLITE_API int sqlite3_vtab_in(sqlite3_index_info*, int iCons, int bHandle);
10168 SQLITE_API int sqlite3_vtab_rhs_value(sqlite3_index_info*, int, sqlite3_value **ppVal);
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 Dshell.c6100 sqlite3_index_info *pIdxInfo in seriesBestIndex()
8056 sqlite3_index_info *pIdxInfo in fsdirBestIndex()
8600 sqlite3_index_info *pIdxInfo in completionBestIndex()
10697 sqlite3_index_info *pIdxInfo in zipfileBestIndex()
12370 static int expertBestIndex(sqlite3_vtab *pVtab, sqlite3_index_info *pIdxInfo){ in expertBestIndex()
15694 static int dbdataBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdx){ in dbdataBestIndex()
H A Dsqlite3.c7606 typedef struct sqlite3_index_info sqlite3_index_info; typedef
7770 struct sqlite3_index_info { struct
105948 sqlite3_index_info *pIdxInfo
136783 int (*vtab_distinct)(sqlite3_index_info*);
163450 sqlite3_index_info *pIdxInfo;
192493 sqlite3_index_info *pInfo
196245 sqlite3_index_info *pInfo
210004 sqlite3_index_info *pIdxInfo
249343 sqlite3_index_info *pIdxInfo
256794 sqlite3_index_info *pInfo
[all …]