Lines Matching refs:SQLITE_SYNC_FULL
543 ** If the lower four bits equal SQLITE_SYNC_FULL, that means
546 ** Do not confuse the SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags
550 ** The SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags determine how
554 ** between SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL, but among the
559 #define SQLITE_SYNC_FULL 0x00003
594 ** [SQLITE_SYNC_FULL]. The first choice is the normal fsync().