Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:SQLITE_AFF_MASK

9520 ** The SQLITE_AFF_MASK values masks off the significant bits of an
9523 #define SQLITE_AFF_MASK 0x67
64015 ** The SQLITE_AFF_MASK portion of P5 must be an affinity character -
64018 ** comparison is made. If the SQLITE_AFF_MASK is 0x00, then numeric
64120 u.ai.affinity = pOp->p5 & SQLITE_AFF_MASK;