Lines Matching refs:OP_Last
13875 #define OP_Last 33 /* jump */
84854 case OP_Last: { /* jump */
84998 ** to follow SeekLT, SeekLE, or OP_Last.
85030 ** OP_Last opcode used to position the cursor. Prev is not allowed
85090 || pC->seekOp==OP_Last );
119281 sqlite3VdbeAddOp1(v, OP_Last, pSort->iECursor);
129730 sqlite3VdbeAddOp2(v, bRev ? OP_Last : OP_Rewind, iTab, 0);
129861 sqlite3VdbeAddOp1(v, (bRev?OP_Last:OP_Rewind), iIdxCur);
130581 sqlite3VdbeAddOp2(v, bRev ? OP_Last : OP_Rewind, iCur, addrHalt);
130657 OP_Last, /* 3: (!start_constraints && startEq && bRev) */
130823 VdbeCoverageIf(v, op==OP_Last); testcase( op==OP_Last );
131225 static const u8 aStart[] = { OP_Rewind, OP_Last };