Home
last modified time | relevance | path

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

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c14878 #define OP_Last 32 /* jump */ macro
88621 case OP_Last: { /* jump */
88843 || pC->seekOp==OP_Last
125325 sqlite3VdbeAddOp2(v, OP_Last, iCsr, 0);
136704 sqlite3VdbeAddOp2(v, bRev ? OP_Last : OP_Rewind, iTab, 0);
136841 sqlite3VdbeAddOp1(v, (bRev?OP_Last:OP_Rewind), iIdxCur);
137588 sqlite3VdbeAddOp2(v, bRev ? OP_Last : OP_Rewind, iCur, addrHalt);
137663 OP_Last, /* 3: (!start_constraints && startEq && bRev) */
137834 VdbeCoverageIf(v, op==OP_Last); testcase( op==OP_Last );
138270 static const u8 aStart[] = { OP_Rewind, OP_Last };
[all …]

Completed in 324 milliseconds