Home | History | Annotate | Download | only in dist

Lines Matching refs:SQLITE_SYNC_FULL

546 ** If the lower four bits equal SQLITE_SYNC_FULL, that means
549 ** Do not confuse the SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags
553 ** The SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags determine how
557 ** between SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL, but among the
562 #define SQLITE_SYNC_FULL 0x00003
597 ** [SQLITE_SYNC_FULL]. The first choice is the normal fsync().