OP_Last          66556 third_party/sqlite/amalgamation/sqlite3.c case OP_Last: {        /* jump */
OP_Last          90364 third_party/sqlite/amalgamation/sqlite3.c     sqlite3VdbeAddOp1(v, OP_Last, pOrderBy->iECursor);
OP_Last          101406 third_party/sqlite/amalgamation/sqlite3.c       sqlite3VdbeAddOp2(v, bRev ? OP_Last : OP_Rewind, iCur, addrBrk);
OP_Last          101475 third_party/sqlite/amalgamation/sqlite3.c       OP_Last,             /* 3: (!start_constraints && startEq &&   bRev) */
OP_Last          101594 third_party/sqlite/amalgamation/sqlite3.c     testcase( op==OP_Last );
OP_Last          101827 third_party/sqlite/amalgamation/sqlite3.c     static const u8 aStart[] = { OP_Rewind, OP_Last };
OP_Last           442 third_party/sqlite/src/src/select.c     sqlite3VdbeAddOp1(v, OP_Last, pOrderBy->iECursor);
OP_Last          4172 third_party/sqlite/src/src/vdbe.c case OP_Last: {        /* jump */
OP_Last          3752 third_party/sqlite/src/src/where.c       sqlite3VdbeAddOp2(v, bRev ? OP_Last : OP_Rewind, iCur, addrBrk);
OP_Last          3821 third_party/sqlite/src/src/where.c       OP_Last,             /* 3: (!start_constraints && startEq &&   bRev) */
OP_Last          3940 third_party/sqlite/src/src/where.c     testcase( op==OP_Last );
OP_Last          4173 third_party/sqlite/src/src/where.c     static const u8 aStart[] = { OP_Rewind, OP_Last };