Lines Matching refs:Index
44 Index *pPk = sqlite3PrimaryKeyIndex(pTab); in sqlite3OpenTable()
73 const char *sqlite3IndexAffinityStr(sqlite3 *db, Index *pIdx){ in sqlite3IndexAffinityStr()
237 Index *pIndex; in readsTable()
695 Index *pIdx; /* For looping over indices of the table */ in sqlite3Insert()
1529 Index *pIdx; /* The current Index */
1542 Index *p; /* The index */
1547 static Index *indexIteratorFirst(IndexIterator *pIter, int *pIx){ in indexIteratorFirst()
1559 static Index *indexIteratorNext(IndexIterator *pIter, int *pIx){ in indexIteratorNext()
1682 Index *pIdx; /* Pointer to one of the indices */ in sqlite3GenerateConstraintChecks()
1683 Index *pPk = 0; /* The PRIMARY KEY index for WITHOUT ROWID tables */ in sqlite3GenerateConstraintChecks()
2564 Index *pIdx; /* An index being inserted or updated */ in sqlite3CompleteInsertion()
2653 Index *pIdx; in sqlite3OpenTableAndIndices()
2719 static int xferCompatibleIndex(Index *pDest, Index *pSrc){ in xferCompatibleIndex()
2790 Index *pSrcIdx, *pDestIdx; /* Source and destination indices */ in xferOptimization()