Searched refs:testOp (Results 1 – 2 of 2) sorted by relevance
781 int testOp; in sqliteWhereBegin() local835 testOp = OP_IdxGT; in sqliteWhereBegin()840 testOp = OP_IdxGE; in sqliteWhereBegin()870 int testOp = OP_Noop; in sqliteWhereBegin() local906 testOp = OP_Ge; in sqliteWhereBegin()908 testOp = OP_Gt; in sqliteWhereBegin()916 if( testOp!=OP_Noop ){ in sqliteWhereBegin()952 int testOp; in sqliteWhereBegin() local1025 testOp = OP_IdxGE; in sqliteWhereBegin()1030 if( testOp!=OP_Noop ){ in sqliteWhereBegin()[all …]
102043 int testOp = OP_Noop;102095 testOp = bRev ? OP_Le : OP_Ge;102097 testOp = bRev ? OP_Lt : OP_Gt;102110 if( testOp!=OP_Noop ){102114 sqlite3VdbeAddOp3(v, testOp, memEndValue, addrBrk, iRowidReg);
Completed in 348 milliseconds