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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c6061 sqlite3_index_info *pIdxInfo
6077 pConstraint = pIdxInfo->aConstraint;
6078 for(i=0; i<pIdxInfo->nConstraint; i++, pConstraint++){
6096 pIdxInfo->aConstraintUsage[j].argvIndex = ++nArg;
6097 pIdxInfo->aConstraintUsage[j].omit = !SQLITE_SERIES_CONSTRAINT_VERIFY;
6121 pIdxInfo->estimatedCost = (double)(2 - ((idxNum&4)!=0));
6122 pIdxInfo->estimatedRows = 1000;
6123 if( pIdxInfo->nOrderBy>=1 && pIdxInfo->aOrderBy[0].iColumn==0 ){
6124 if( pIdxInfo
12291 expertBestIndex(sqlite3_vtab *pVtab, sqlite3_index_info *pIdxInfo) argument
[all...]
H A Dsqlite3.c140486 pragmaVtabBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo) argument
162101 sqlite3_index_info *pIdxInfo; local
162282 freeIndexInfo(sqlite3 *db, sqlite3_index_info *pIdxInfo) argument
164833 whereLoopAddVirtualOne( WhereLoopBuilder *pBuilder, Bitmask mPrereq, Bitmask mUsable, u16 mExclude, sqlite3_index_info *pIdxInfo, u16 mNoOmit, int *pbIn, int *pbRetryLimit ) argument
165026 sqlite3_vtab_collation(sqlite3_index_info *pIdxInfo, int iCons) argument
165046 sqlite3_vtab_in(sqlite3_index_info *pIdxInfo, int iCons, int bHandle) argument
165066 sqlite3_vtab_rhs_value( sqlite3_index_info *pIdxInfo, int iCons, sqlite3_value **ppVal ) argument
165099 sqlite3_vtab_distinct(sqlite3_index_info *pIdxInfo) argument
186117 fts3SetEstimatedRows(sqlite3_index_info *pIdxInfo, i64 nRow) argument
186130 fts3SetUniqueFlag(sqlite3_index_info *pIdxInfo) argument
210524 rtreeBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo) argument
214288 geopolyBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo) argument
221911 statBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo) argument
222719 dbpageBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo) argument
248125 fts5SetUniqueFlag(sqlite3_index_info *pIdxInfo) argument
[all...]

Completed in 538 milliseconds