Home
last modified time | relevance | path

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

/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.h4749 typedef struct sqlite3_index_info sqlite3_index_info; typedef
4777 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
4857 struct sqlite3_index_info { struct
HDsqlite3.c5302 typedef struct sqlite3_index_info sqlite3_index_info; typedef
5330 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
5410 struct sqlite3_index_info { struct
10545 sqlite3_index_info *pVtabIdx; /* Virtual table index to use */
10590 sqlite3_index_info *pIdxInfo; /* Index info for n-th source table */
102083 static void TRACE_IDX_INPUTS(sqlite3_index_info *p){
102101 static void TRACE_IDX_OUTPUTS(sqlite3_index_info *p){
102472 static sqlite3_index_info *allocateIndexInfo(
102485 sqlite3_index_info *pIdxInfo;
102587 static int vtabBestIndex(Parse *pParse, Table *pTab, sqlite3_index_info *p){
[all …]
/NextBSD/contrib/sqlite3/
HDsqlite3.h5490 typedef struct sqlite3_index_info sqlite3_index_info; typedef
5518 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
5610 struct sqlite3_index_info { struct
HDsqlite3.c5704 typedef struct sqlite3_index_info sqlite3_index_info; typedef
5732 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*);
5824 struct sqlite3_index_info { struct
120649 static void TRACE_IDX_INPUTS(sqlite3_index_info *p){
120667 static void TRACE_IDX_OUTPUTS(sqlite3_index_info *p){
120916 static sqlite3_index_info *allocateIndexInfo(
120930 sqlite3_index_info *pIdxInfo;
121039 static int vtabBestIndex(Parse *pParse, Table *pTab, sqlite3_index_info *p){
122864 sqlite3_index_info *pIdxInfo;
135973 static void fts3SetEstimatedRows(sqlite3_index_info *pIdxInfo, i64 nRow){
[all …]