Lines Matching refs:XN_ROWID
458 iColumn = XN_ROWID; in whereScanInit()
969 pIdx->aiColumn[n] = XN_ROWID; in constructAutomaticIndex()
1211 assert( pTerm->u.x.leftColumn>=XN_ROWID ); in allocateIndexInfo()
1243 assert( pExpr->iColumn>=XN_ROWID && pExpr->iColumn<pTab->nCol ); in allocateIndexInfo()
1256 assert( pE2->iColumn>=XN_ROWID && pE2->iColumn<pTab->nCol ); in allocateIndexInfo()
2750 testcase( pLhs->iColumn==XN_ROWID ); in whereRangeVectorLen()
2960 if( iCol==XN_ROWID in whereLoopAddBtreeIndex()
2963 if( iCol==XN_ROWID || pProbe->uniqNotNull in whereLoopAddBtreeIndex()
4491 assert( pIndex->aiColumn[nColumn-1]==XN_ROWID in wherePathSatisfiesOrderBy()
4557 if( iColumn==pIndex->pTable->iPKey ) iColumn = XN_ROWID; in wherePathSatisfiesOrderBy()
4559 iColumn = XN_ROWID; in wherePathSatisfiesOrderBy()
4589 if( iColumn>=XN_ROWID ){ in wherePathSatisfiesOrderBy()
4599 if( iColumn!=XN_ROWID ){ in wherePathSatisfiesOrderBy()
4632 if( iColumn==XN_ROWID ){ in wherePathSatisfiesOrderBy()