Searched refs:pIdxInfo (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c2993 sqlite3_index_info *pIdxInfo
2996 int idxPath = -1; /* Index in pIdxInfo->aConstraint of PATH= */
2997 int idxDir = -1; /* Index in pIdxInfo->aConstraint of DIR= */
3003 pConstraint = pIdxInfo->aConstraint;
3004 for(i=0; i<pIdxInfo->nConstraint; i++, pConstraint++){
3033 pIdxInfo->idxNum = 0;
3034 /* The pIdxInfo->estimatedCost should have been initialized to a huge
3036 pIdxInfo->estimatedRows = 0x7fffffff;
3038 pIdxInfo->aConstraintUsage[idxPath].omit = 1;
3039 pIdxInfo
8811 expertBestIndex(sqlite3_vtab *pVtab, sqlite3_index_info *pIdxInfo) argument
[all...]
H A Dsqlite3.c129927 pragmaVtabBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo) argument
149259 sqlite3_index_info *pIdxInfo; local
151511 whereLoopAddVirtualOne( WhereLoopBuilder *pBuilder, Bitmask mPrereq, Bitmask mUsable, u16 mExclude, sqlite3_index_info *pIdxInfo, u16 mNoOmit, int *pbIn ) argument
151671 sqlite3_vtab_collation(sqlite3_index_info *pIdxInfo, int iCons) argument
171585 fts3SetEstimatedRows(sqlite3_index_info *pIdxInfo, i64 nRow) argument
171598 fts3SetUniqueFlag(sqlite3_index_info *pIdxInfo) argument
193162 rtreeBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo) argument
197036 geopolyBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo) argument
204504 statBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo) argument
205264 dbpageBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo) argument
226974 fts5SetUniqueFlag(sqlite3_index_info *pIdxInfo) argument
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c10555 ** The pIdxInfo field is used to help pick the best index on a
10556 ** virtual table. The pIdxInfo pointer contains indexing
10558 ** All the pIdxInfo pointers are freed by whereInfoFree() in where.c.
10590 sqlite3_index_info *pIdxInfo; /* Index info for n-th source table */ member in struct:WhereLevel
102485 sqlite3_index_info *pIdxInfo; local
102647 sqlite3_index_info *pIdxInfo; local
128383 rtreeBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo) argument
[all...]

Completed in 963 milliseconds