Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.h7664 typedef struct sqlite3_index_info sqlite3_index_info; typedef
7692 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
7830 struct sqlite3_index_info { struct
10349 SQLITE_API const char *sqlite3_vtab_collation(sqlite3_index_info*,int);
10444 SQLITE_API int sqlite3_vtab_distinct(sqlite3_index_info*);
10517 SQLITE_API int sqlite3_vtab_in(sqlite3_index_info*, int iCons, int bHandle);
10607 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 Dsqlite3.c7985 typedef struct sqlite3_index_info sqlite3_index_info; typedef
8013 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
8151 struct sqlite3_index_info { struct
10670 SQLITE_API const char *sqlite3_vtab_collation(sqlite3_index_info*,int);
10765 SQLITE_API int sqlite3_vtab_distinct(sqlite3_index_info*);
10838 SQLITE_API int sqlite3_vtab_in(sqlite3_index_info*, int iCons, int bHandle);
10928 SQLITE_API int sqlite3_vtab_rhs_value(sqlite3_index_info*, int, sqlite3_value **ppVal);
109547 sqlite3_index_info *pIdxInfo
142530 const char *(*vtab_collation)(sqlite3_index_info*,int);
142582 int (*vtab_rhs_value)(sqlite3_index_info*,int,sqlite3_value**);
[all …]
H A Dshell.c8533 sqlite3_index_info *pIdxInfo in seriesBestIndex()
10613 sqlite3_index_info *pIdxInfo in fsdirBestIndex()
11354 sqlite3_index_info *pIdxInfo in completionBestIndex()
13496 sqlite3_index_info *pIdxInfo in zipfileBestIndex()
15182 static int expertBestIndex(sqlite3_vtab *pVtab, sqlite3_index_info *pIdxInfo){ in expertBestIndex()
19904 static int dbdataBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdx){ in dbdataBestIndex()