Lines Matching refs:Ne
19870 /* 75 */ "Ne",
54113 /* Opcode: Ne P1 P2 P3 P4 P5
65282 int ne = sqlite3VdbeAddOp3(v, OP_Ne, regRecno, 0, regSamplerecno);
65305 sqlite3VdbeJumpHere(v, ne);
91790 "IN", "ISNULL", "NOTNULL", "NE",
92046 /* 203 */ "expr ::= expr EQ|NE expr",
93565 case 203: /* expr ::= expr EQ|NE expr */ yytestcase(yyruleno==203);
110584 int nE= sqlite3_value_bytes(argv[2]);
110588 U8_NEXT(zE, i, nE, uEsc);
110589 if( i!=nE){