OP_Ne 64079 third_party/sqlite/amalgamation/sqlite3.c case OP_Ne: /* same as TK_NE, jump, in1, in3 */ OP_Ne 64102 third_party/sqlite/amalgamation/sqlite3.c assert( pOp->opcode==OP_Eq || pOp->opcode==OP_Ne ); OP_Ne 64134 third_party/sqlite/amalgamation/sqlite3.c case OP_Ne: u.ai.res = u.ai.res!=0; break; OP_Ne 73136 third_party/sqlite/amalgamation/sqlite3.c assert( TK_NE==OP_Ne ); OP_Ne 73944 third_party/sqlite/amalgamation/sqlite3.c assert( TK_NE==OP_Ne ); OP_Ne 74056 third_party/sqlite/amalgamation/sqlite3.c assert( pExpr->op!=TK_EQ || op==OP_Ne ); OP_Ne 75571 third_party/sqlite/amalgamation/sqlite3.c int ne = sqlite3VdbeAddOp3(v, OP_Ne, regRecno, 0, regSamplerecno); OP_Ne 75604 third_party/sqlite/amalgamation/sqlite3.c sqlite3VdbeAddOp4(v, OP_Ne, regCol, 0, iMem+nCol+i+1, OP_Ne 83687 third_party/sqlite/amalgamation/sqlite3.c sqlite3VdbeAddOp3(v, OP_Ne, iChild, iJump, iParent); OP_Ne 84729 third_party/sqlite/amalgamation/sqlite3.c sqlite3VdbeAddOp3(v, OP_Ne, memId-1, addr+7, memId); OP_Ne 95149 third_party/sqlite/amalgamation/sqlite3.c { OP_Ne, 2, ADDR(8), 1}, OP_Ne 95152 third_party/sqlite/amalgamation/sqlite3.c { OP_Ne, 2, ADDR(8), 1}, OP_Ne 249 third_party/sqlite/src/src/analyze.c int ne = sqlite3VdbeAddOp3(v, OP_Ne, regRecno, 0, regSamplerecno); OP_Ne 282 third_party/sqlite/src/src/analyze.c sqlite3VdbeAddOp4(v, OP_Ne, regCol, 0, iMem+nCol+i+1, OP_Ne 2399 third_party/sqlite/src/src/expr.c assert( TK_NE==OP_Ne ); OP_Ne 3207 third_party/sqlite/src/src/expr.c assert( TK_NE==OP_Ne ); OP_Ne 3319 third_party/sqlite/src/src/expr.c assert( pExpr->op!=TK_EQ || op==OP_Ne ); OP_Ne 395 third_party/sqlite/src/src/fkey.c sqlite3VdbeAddOp3(v, OP_Ne, iChild, iJump, iParent); OP_Ne 246 third_party/sqlite/src/src/insert.c sqlite3VdbeAddOp3(v, OP_Ne, memId-1, addr+7, memId); OP_Ne 563 third_party/sqlite/src/src/trigger.c { OP_Ne, 2, ADDR(8), 1}, OP_Ne 566 third_party/sqlite/src/src/trigger.c { OP_Ne, 2, ADDR(8), 1}, OP_Ne 1751 third_party/sqlite/src/src/vdbe.c case OP_Ne: /* same as TK_NE, jump, in1, in3 */ OP_Ne 1772 third_party/sqlite/src/src/vdbe.c assert( pOp->opcode==OP_Eq || pOp->opcode==OP_Ne ); OP_Ne 1804 third_party/sqlite/src/src/vdbe.c case OP_Ne: res = res!=0; break;