Lines Matching defs:OP_Rewind
8684 #define OP_Rewind 72
69150 ** OP_Rewind/Op_Next with no intervening instructions that might invalidate
69296 ** This opcode does exactly the same thing as OP_Rewind except that
69301 ** end. We use the OP_Sort opcode instead of OP_Rewind to do the
69316 /* Fall through into OP_Rewind */
69326 case OP_Rewind: { /* jump */
76280 sqlite3VdbeAddOp2(v, OP_Rewind, pExpr->iTable, destIfFalse);
79859 sqlite3VdbeAddOp2(v, OP_Rewind, iIdxCur, endOfLoop);
83622 addr1 = sqlite3VdbeAddOp2(v, OP_Rewind, iTab, 0);
89243 sqlite3VdbeAddOp2(v, OP_Rewind, 0, addr+9);
89293 j2 = sqlite3VdbeAddOp0(v, OP_Rewind);
89778 addrInsTop = sqlite3VdbeAddOp1(v, OP_Rewind, srcTab);
90777 addr1 = sqlite3VdbeAddOp2(v, OP_Rewind, iDest, 0);
90784 emptySrcTest = sqlite3VdbeAddOp2(v, OP_Rewind, iSrc, 0);
90820 addr1 = sqlite3VdbeAddOp2(v, OP_Rewind, iSrc, 0);
93295 loopTop = sqlite3VdbeAddOp2(v, OP_Rewind, 1, 0);
93327 { OP_Rewind, 0, 0, 0}, /* 1 */
96297 sqlite3VdbeAddOp2(v, OP_Rewind, unionTab, iBreak);
96372 sqlite3VdbeAddOp2(v, OP_Rewind, tab1, iBreak);
99922 { OP_Rewind, 0, ADDR(9), 0},
101132 addr = sqlite3VdbeAddOp2(v, OP_Rewind, ephemTab, 0);
104693 addrTop = sqlite3VdbeAddOp1(v, OP_Rewind, pLevel->iTabCur);
106068 sqlite3VdbeAddOp2(v, OP_Rewind, iTab, 0);
106532 sqlite3VdbeAddOp2(v, bRev ? OP_Last : OP_Rewind, iCur, addrBrk);
106600 OP_Rewind, /* 2: (!start_constraints && startEq && !bRev) */
106721 testcase( op==OP_Rewind );
106990 static const u8 aStart[] = { OP_Rewind, OP_Last };