Home | History | Annotate | Download | only in dist

Lines Matching defs:SQLITE_SYNC_NORMAL

556 ** equal SQLITE_SYNC_NORMAL, that means to use normal fsync() semantics.
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
572 #define SQLITE_SYNC_NORMAL 0x00002
608 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or