Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c9900 #define OP_IdxGE 116 /* synopsis: key=r[P3@P4] */ macro
75747 case OP_IdxGE: { /* jump */
75766 assert( pOp->opcode==OP_IdxGE || pOp->opcode==OP_IdxLT );
75775 assert( (OP_IdxLE&1)==(OP_IdxLT&1) && (OP_IdxGE&1)==(OP_IdxGT&1) );
75780 assert( pOp->opcode==OP_IdxGE || pOp->opcode==OP_IdxGT );
119688 OP_IdxGE, /* 0: (end_constraints && !bRev && !endEq) */
119877 testcase( op==OP_IdxGE ); VdbeCoverageIf(v, op==OP_IdxGE );

Completed in 550 milliseconds