Lines Matching refs:Index
442 Index *pIdx /* Must be compatible with this index */ in whereScanInit()
506 Index *pIdx /* Must be compatible with this index, if not NULL */ in sqlite3WhereFindTerm()
538 Index *pIdx, /* Index to match column of */ in findIndexCol()
564 static int indexColumnNotNull(Index *pIdx, int iCol){ in indexColumnNotNull()
594 Index *pIdx; in isDistinctRedundant()
830 Index *pIdx; /* Object describing the transient index */ in constructAutomaticIndex()
1120 Index *pIdx = pLoop->u.btree.pIndex; in sqlite3ConstructBloomFilter()
1435 Index *pIdx, /* Index to consider domain of */ in whereKeyStats()
1642 char sqlite3IndexColumnAffinity(sqlite3 *db, Index *pIdx, int iCol){ in sqlite3IndexColumnAffinity()
1696 Index *p = pLoop->u.btree.pIndex; in whereRangeSkipScanEst()
1813 Index *p = pLoop->u.btree.pIndex; in whereRangeScanEst()
1988 Index *p = pBuilder->pNew->u.btree.pIndex; in whereEqualScanEst()
2052 Index *p = pBuilder->pNew->u.btree.pIndex; in whereInScanEst()
2584 Index *pIndex = p->u.btree.pIndex; in whereLoopInsert()
2713 Index *pIdx, /* The index to be used for a inequality constraint */ in whereRangeVectorLen()
2787 Index *pProbe, /* An index on pSrc */ in whereLoopAddBtreeIndex()
3187 Index *pIndex, in indexMightHelpWithOrderBy()
3254 Index *pIdx; /* The index */
3274 const Index *pIdx; /* The index of interest */ in whereIsCoveringIndexWalkCallback()
3307 Index *pIdx, /* Index that is being tested */ in whereIsCoveringIndex()
3379 Index *pProbe; /* An index we are evaluating */ in whereLoopAddBtree()
3380 Index sPk; /* A fake index object for the primary key */ in whereLoopAddBtree()
3412 Index *pFirst; /* First of real indices on the table */ in whereLoopAddBtree()
3413 memset(&sPk, 0, sizeof(Index)); in whereLoopAddBtree()
4381 Index *pIndex; /* The index associated with pLoop */ in wherePathSatisfiesOrderBy()
5187 Index *pIdx; in whereShortCut()
5489 Index *pIdx, /* The index-on-expression that contains the expressions */ in whereAddIndexedExpr()
6053 Index *pIx = pLoop->u.btree.pIndex; in sqlite3WhereBegin()
6066 Index *pJ = pTabItem->pTab->pIndex; in sqlite3WhereBegin()
6139 Index *pPk = sqlite3PrimaryKeyIndex(pTab); in sqlite3WhereBegin()
6287 Index *pIdx; in sqlite3WhereEnd()
6404 Index *pIx = pLevel->u.pCoveringIdx; in sqlite3WhereEnd()
6426 Index *pIdx = 0; in sqlite3WhereEnd()
6516 Index *pPk = sqlite3PrimaryKeyIndex(pTab); in sqlite3WhereEnd()