Lines Matching refs:Index
28 static const char *explainIndexColumnName(Index *pIdx, int i){ in explainIndexColumnName()
45 Index *pIdx, /* Index to read column names from */ in explainAppendTerm()
88 Index *pIndex = pLoop->u.btree.pIndex; in explainIndexRange()
155 Index *pIdx; in sqlite3WhereExplainOneScan()
772 Index *pIdx; /* The index being used for this loop */ in codeAllEqualityTerms()
917 Index *pIdx; /* The index used to access the table */
1150 Index *pIdx, /* Index scan is using */ in codeDeferredSeek()
1338 Index *pIdx = 0; /* Index used by loop (if any) */ in sqlite3WhereCodeOneLoopStart()
2036 Index *pPk = sqlite3PrimaryKeyIndex(pIdx->pTable); in sqlite3WhereCodeOneLoopStart()
2130 Index *pCov = 0; /* Potential covering index (or NULL) */ in sqlite3WhereCodeOneLoopStart()
2190 Index *pPk = sqlite3PrimaryKeyIndex(pTab); in sqlite3WhereCodeOneLoopStart()
2303 Index *pPk = sqlite3PrimaryKeyIndex(pTab); in sqlite3WhereCodeOneLoopStart()
2601 Index *pPk = sqlite3PrimaryKeyIndex(pTab); in sqlite3WhereCodeOneLoopStart()
2748 Index *pPk = sqlite3PrimaryKeyIndex(pTab); in sqlite3WhereRightJoinLoop()