Home | History | Annotate | Download | only in dist

Lines Matching refs:OP_Last

7920 #define OP_Last                                63
64414 /* The OP_Delete opcode always follows an OP_NotExists or OP_Last or
64614 case OP_Last: { /* jump */
88282 sqlite3VdbeAddOp1(v, OP_Last, pOrderBy->iECursor);
98973 sqlite3VdbeAddOp2(v, bRev ? OP_Last : OP_Rewind, iCur, addrBrk);
99042 OP_Last, /* 3: (!start_constraints && startEq && bRev) */
99159 testcase( op==OP_Last );
99386 static const u8 aStart[] = { OP_Rewind, OP_Last };