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