Home | History | Annotate | Download | only in orig

Lines Matching defs:SQLITE_AFF_MASK

10837 ** The SQLITE_AFF_MASK values masks off the significant bits of an
10840 #define SQLITE_AFF_MASK 0x67
69850 ** The SQLITE_AFF_MASK portion of P5 must be an affinity character -
69853 ** comparison is made. If the SQLITE_AFF_MASK is 0x00, then numeric
69974 affinity = pOp->p5 & SQLITE_AFF_MASK;