Lines Matching refs:Ne
19865 /* 75 */ "Ne",
54102 /* Opcode: Ne P1 P2 P3 P4 P5
65271 int ne = sqlite3VdbeAddOp3(v, OP_Ne, regRecno, 0, regSamplerecno);
65294 sqlite3VdbeJumpHere(v, ne);
91779 "IN", "ISNULL", "NOTNULL", "NE",
92035 /* 203 */ "expr ::= expr EQ|NE expr",
93554 case 203: /* expr ::= expr EQ|NE expr */ yytestcase(yyruleno==203);
110544 int nE= sqlite3_value_bytes(argv[2]);
110548 U8_NEXT(zE, i, nE, uEsc);
110549 if( i!=nE){