Home | History | Annotate | Download | only in dist

Lines Matching refs:SQLITE_NULLEQ

9308 #define SQLITE_NULLEQ       0x80  /* NULL=NULL */
62106 ** If SQLITE_NULLEQ is set in P5 then the result of comparison is always either
62110 ** the SQLITE_NULLEQ flag were omitted from P5.
62118 ** If SQLITE_NULLEQ is set in P5 then the result of comparison is always either
62122 ** the SQLITE_NULLEQ flag were omitted from P5.
62161 if( pOp->p5 & SQLITE_NULLEQ ){
62162 /* If SQLITE_NULLEQ
62169 /* SQLITE_NULLEQ is clear and at least one operand is NULL,
71224 r1, r2, inReg, SQLITE_STOREP2 | SQLITE_NULLEQ);
72033 r1, r2, dest, SQLITE_NULLEQ);
72176 r1, r2, dest, SQLITE_NULLEQ);