Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c9897 #define OP_IdxLE 113 /* synopsis: key=r[P3@P4] */ macro
75744 case OP_IdxLE: /* jump */
75763 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxGT );
75775 assert( (OP_IdxLE&1)==(OP_IdxLT&1) && (OP_IdxGE&1)==(OP_IdxGT&1) );
75777 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxLT );
119690 OP_IdxLE, /* 2: (end_constraints && bRev && !endEq) */
119879 testcase( op==OP_IdxLE ); VdbeCoverageIf(v, op==OP_IdxLE );

Completed in 346 milliseconds