Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c9898 #define OP_IdxGT 114 /* synopsis: key=r[P3@P4] */ macro
74466 assert( pOp[1].opcode==OP_IdxLT || pOp[1].opcode==OP_IdxGT );
75745 case OP_IdxGT: /* 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) );
75780 assert( pOp->opcode==OP_IdxGE || pOp->opcode==OP_IdxGT );
105169 sqlite3VdbeAddOp4Int(v, OP_IdxGT, iIdxCur+j, uniqOk, r1,
119689 OP_IdxGT, /* 1: (end_constraints && !bRev && endEq) */
119876 testcase( op==OP_IdxGT ); VdbeCoverageIf(v, op==OP_IdxGT );

Completed in 361 milliseconds