Home | History | Annotate | Download | only in dist

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
69870 ** The SQLITE_AFF_MASK portion of P5 must be an affinity character -
69873 ** comparison is made. If the SQLITE_AFF_MASK is 0x00, then numeric
69994 affinity = pOp->p5 & SQLITE_AFF_MASK;