Searched refs:SQLITE_OptMask (Results 1 – 1 of 1) sorted by relevance
9606 #define SQLITE_OptMask 0xff /* Mask of all disablable opts */ macro113013 db->flags = (x & SQLITE_OptMask) | (db->flags & ~SQLITE_OptMask);