Home
last modified time | relevance | path

Searched refs:OP_IdxLE (Results 1 – 1 of 1) sorted by last modified time

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c14883 #define OP_IdxLE 37 /* jump, synopsis: key=r[P3@P4] */ macro
89099 case OP_IdxLE: /* jump */
89119 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxGT );
89137 assert( (OP_IdxLE&1)==(OP_IdxLT&1) && (OP_IdxGE&1)==(OP_IdxGT&1) );
89139 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxLT );
125326 iSkip = sqlite3VdbeAddOp4Int(v, OP_IdxLE,
126139 sqlite3VdbeAddOp4Int(v, OP_IdxLE, iCsr, iJmp+3, regKey, nKey);
137672 OP_IdxLE, /* 2: (end_constraints && bRev && !endEq) */
137887 testcase( op==OP_IdxLE ); VdbeCoverageIf(v, op==OP_IdxLE );

Completed in 542 milliseconds