Home | History | Annotate | Download | only in dist

Lines Matching refs:SQLITE_OptMask

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