Home | History | Annotate | Download | only in dist

Lines Matching defs:SQLITE_OptMask

9870 #define SQLITE_OptMask        0xff        /* Mask of all disablable opts */
115375 db->flags = (x & SQLITE_OptMask) | (db->flags & ~SQLITE_OptMask);