Home | History | Annotate | Download | only in dist

Lines Matching defs:SQLITE_SYNC_NORMAL

597 ** equal SQLITE_SYNC_NORMAL, that means to use normal fsync() semantics.
601 ** Do not confuse the SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags
605 ** The SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags determine how
609 ** between SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL, but among the
613 #define SQLITE_SYNC_NORMAL 0x00002
649 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or