Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:SQLITE_SYNC_NORMAL

544 ** equal SQLITE_SYNC_NORMAL, that means to use normal fsync() semantics.
548 ** Do not confuse the SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags
552 ** The SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags determine how
556 ** between SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL, but among the
560 #define SQLITE_SYNC_NORMAL 0x00002
595 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or