Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:iTabCur

10255   int iTabCur;          /* The VDBE cursor used to access the table */
72867 int iTabCur, /* The cursor for this table */
72872 sqlite3VdbeAddOp2(v, OP_Rowid, iTabCur, regOut);
72875 sqlite3VdbeAddOp3(v, op, iTabCur, iCol, regOut);
99585 addrTop = sqlite3VdbeAddOp1(v, OP_Rewind, pLevel->iTabCur);
99587 sqlite3GenerateIndexKey(pParse, pIdx, pLevel->iTabCur, regRecord, 1);
99590 sqlite3VdbeAddOp2(v, OP_Next, pLevel->iTabCur, addrTop+1);
101022 int iCur = pLevel->iTabCur; /* The cursor of the table */
102160 ** pWInfo->a[].iTabCur The VDBE cursor for the database table
102388 pLevel->iTabCur = pTabItem->iCursor;
102615 if( pOp->p1!=pLevel->iTabCur ) continue;