Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c16609 #define OP_IdxLE 40 /* jump, synopsis: key=r[P3@P4] */ macro
99291 case OP_IdxLE: /* jump, ncycle */
99310 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxGT );
99351 assert( (OP_IdxLE&1)==(OP_IdxLT&1) && (OP_IdxGE&1)==(OP_IdxGT&1) );
99353 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxLT );
142601 iSkip = sqlite3VdbeAddOp4Int(v, OP_IdxLE,
143554 sqlite3VdbeAddOp4Int(v, OP_IdxLE, iCsr, iJmp+3, regKey, nKey);
157899 OP_IdxLE, /* 2: (end_constraints && bRev && !endEq) */
158179 testcase( op==OP_IdxLE ); VdbeCoverageIf(v, op==OP_IdxLE );
158197 testcase( op==OP_IdxLE ); VdbeCoverageIf(v, op==OP_IdxLE );