Lines Matching defs:SQLITE_SYNC_FULL
557 ** If the lower four bits equal SQLITE_SYNC_FULL, that means
560 ** Do not confuse the SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags
564 ** The SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags determine how
568 ** between SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL, but among the
573 #define SQLITE_SYNC_FULL 0x00003
609 ** [SQLITE_SYNC_FULL]. The first choice is the normal fsync().