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.h7666 typedef struct sqlite3_index_info sqlite3_index_info; typedef
7694 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
7832 struct sqlite3_index_info { struct
10351 SQLITE_API const char *sqlite3_vtab_collation(sqlite3_index_info*,int);
10446 SQLITE_API int sqlite3_vtab_distinct(sqlite3_index_info*);
10519 SQLITE_API int sqlite3_vtab_in(sqlite3_index_info*, int iCons, int bHandle);
10609 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.c7987 typedef struct sqlite3_index_info sqlite3_index_info; typedef
8015 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
8153 struct sqlite3_index_info { struct
10672 SQLITE_API const char *sqlite3_vtab_collation(sqlite3_index_info*,int);
10767 SQLITE_API int sqlite3_vtab_distinct(sqlite3_index_info*);
10840 SQLITE_API int sqlite3_vtab_in(sqlite3_index_info*, int iCons, int bHandle);
10930 SQLITE_API int sqlite3_vtab_rhs_value(sqlite3_index_info*, int, sqlite3_value **ppVal);
109705 sqlite3_index_info *pIdxInfo
142751 const char *(*vtab_collation)(sqlite3_index_info*,int);
142803 int (*vtab_rhs_value)(sqlite3_index_info*,int,sqlite3_value**);
[all …]
H A Dshell.c8564 sqlite3_index_info *pIdxInfo in seriesBestIndex()
10644 sqlite3_index_info *pIdxInfo in fsdirBestIndex()
11385 sqlite3_index_info *pIdxInfo in completionBestIndex()
13534 sqlite3_index_info *pIdxInfo in zipfileBestIndex()
15220 static int expertBestIndex(sqlite3_vtab *pVtab, sqlite3_index_info *pIdxInfo){ in expertBestIndex()
19942 static int dbdataBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdx){ in dbdataBestIndex()