Home
last modified time | relevance | path

Searched refs:OP_Last (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/public-domain/sqlite/dist/
Dsqlite3.c16601 #define OP_Last 32 /* jump */ macro
98760 case OP_Last: { /* jump, ncycle */
98975 || pC->seekOp==OP_Last || pC->seekOp==OP_IfNoHope
142600 sqlite3VdbeAddOp2(v, OP_Last, iCsr, 0);
156821 sqlite3VdbeAddOp2(v, bRev ? OP_Last : OP_Rewind, iTab, 0);
156985 sqlite3VdbeAddOp1(v, (bRev?OP_Last:OP_Rewind), iIdxCur);
157815 sqlite3VdbeAddOp2(v, bRev ? OP_Last : OP_Rewind, iCur, addrHalt);
157890 OP_Last, /* 3: (!start_constraints && startEq && bRev) */
158099 VdbeCoverageIf(v, op==OP_Last); testcase( op==OP_Last );
158116 VdbeCoverageIf(v, op==OP_Last); testcase( op==OP_Last );
[all …]