Home
last modified time | relevance | path

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

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c77079 case OP_Prev: {
88824 case OP_Prev: /* jump */
88833 assert( pOp->opcode!=OP_Prev || pOp->p4.xAdvance==sqlite3BtreePrevious );
88841 assert( pOp->opcode!=OP_Prev
136735 pIn->eEndLoopOp = bRev ? OP_Prev : OP_Next;
137613 pLevel->op = bRev ? OP_Prev : OP_Next;
137953 pLevel->op = OP_Prev;
138269 static const u8 aStep[] = { OP_Next, OP_Prev };
145206 op = pLevel->op==OP_Prev ? OP_SeekLT : OP_SeekGT;
145219 VdbeCoverageIf(v, pLevel->op==OP_Prev);
[all …]

Completed in 364 milliseconds