Lines Matching refs:iTabCur

670   int iTabCur,        /* OP_Column/OP_Rowid references to this table */  in translateColumnToCopy()  argument
679 if( pOp->p1!=iTabCur ) continue; in translateColumnToCopy()
993 addrTop = sqlite3VdbeAddOp1(v, OP_Rewind, pLevel->iTabCur); VdbeCoverage(v); in constructAutomaticIndex()
1002 pParse, pIdx, pLevel->iTabCur, regRecord, 0, 0, 0, 0 in constructAutomaticIndex()
1015 translateColumnToCopy(pParse, addrTop, pLevel->iTabCur, in constructAutomaticIndex()
1020 sqlite3VdbeAddOp2(v, OP_Next, pLevel->iTabCur, addrTop+1); VdbeCoverage(v); in constructAutomaticIndex()
1081 iCur = pLevel->iTabCur; in sqlite3ConstructBloomFilter()
1133 sqlite3VdbeAddOp2(v, OP_Next, pLevel->iTabCur, addrTop+1); in sqlite3ConstructBloomFilter()
3255 int iTabCur; /* Cursor number for the corresponding table */ member
3279 if( pExpr->iTable!=pWalk->u.pCovIdxCk->iTabCur ) return WRC_Continue; in whereIsCoveringIndexWalkCallback()
3308 int iTabCur /* Cursor for the table being indexed */ in whereIsCoveringIndex() argument
3328 ck.iTabCur = iTabCur; in whereIsCoveringIndex()
5096 pLevel->iTabCur = pWInfo->pTabList->a[pLevel->iFrom].iCursor; in wherePathSolver()
5250 pWInfo->a[0].iTabCur = iCur; in whereShortCut()
6020 assert( pTabItem->iCursor==pLevel->iTabCur ); in sqlite3WhereBegin()
6063 iIndexCur = pLevel->iTabCur; in sqlite3WhereBegin()
6397 assert( pLevel->iTabCur==pTabList->a[pLevel->iFrom].iCursor ); in sqlite3WhereEnd()
6398 sqlite3VdbeAddOp1(v, OP_NullRow, pLevel->iTabCur); in sqlite3WhereEnd()
6447 translateColumnToCopy(pParse, pLevel->addrBody, pLevel->iTabCur, in sqlite3WhereEnd()
6493 assert( pOp->opcode!=OP_Column || pOp->p1!=pLevel->iTabCur ); in sqlite3WhereEnd()
6494 assert( pOp->opcode!=OP_Rowid || pOp->p1!=pLevel->iTabCur ); in sqlite3WhereEnd()
6495 assert( pOp->opcode!=OP_IfNullRow || pOp->p1!=pLevel->iTabCur ); in sqlite3WhereEnd()
6501 if( pOp->p1!=pLevel->iTabCur ){ in sqlite3WhereEnd()