Home
last modified time | relevance | path

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

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c85601 assert( OP_Lt==OP_Ne+4 ); assert( OP_Ge==OP_Ne+5 );
85661 assert( pOp[-1].opcode==OP_Lt || pOp[-1].opcode==OP_Gt );
97477 testcase(op==OP_Lt); VdbeCoverageIf(v,op==OP_Lt);
100484 assert(TK_LT==OP_Lt); testcase(op==OP_Lt); VdbeCoverageIf(v,op==OP_Lt);
101375 assert(TK_LT==OP_Lt); testcase(op==OP_Lt); VdbeCoverageIf(v,op==OP_Lt);
101484 assert( pExpr->op!=TK_GE || op==OP_Lt );
101545 assert(TK_LT==OP_Lt); testcase(op==OP_Lt); VdbeCoverageIf(v,op==OP_Lt);
137606 testOp = bRev ? OP_Lt : OP_Gt;
137622 VdbeCoverageIf(v, testOp==OP_Lt);
147234 case OP_Gt: op = OP_Lt; break;
[all …]

Completed in 469 milliseconds