Searched refs:SQLITE_SYNC_NORMAL (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h550 ** equal SQLITE_SYNC_NORMAL, that means to use normal fsync() semantics.
554 ** Do not confuse the SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags
558 ** The SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags determine how
562 ** between SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL, but among the
566 #define SQLITE_SYNC_NORMAL 0x00002 macro
602 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
H A Dsqlite3.c1103 ** equal SQLITE_SYNC_NORMAL, that means to use normal fsync() semantics.
1107 ** Do not confuse the SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags
1111 ** The SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags determine how
1115 ** between SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL, but among the
1119 #define SQLITE_SYNC_NORMAL 0x00002 macro
1155 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
27907 /* Check that one of SQLITE_SYNC_NORMAL or FULL was passed */
27908 assert((flags&0x0F)==SQLITE_SYNC_NORMAL
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h653 ** equal SQLITE_SYNC_NORMAL, that means to use normal fsync() semantics.
657 ** Do not confuse the SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags
661 ** The SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags determine how
665 ** between SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL, but among the
669 #define SQLITE_SYNC_NORMAL 0x00002 macro
705 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
H A Dsqlite3.c1716 ** equal SQLITE_SYNC_NORMAL, that means to use normal fsync() semantics.
1720 ** Do not confuse the SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags
1724 ** The SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags determine how
1728 ** between SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL, but among the
1732 #define SQLITE_SYNC_NORMAL 0x00002 macro
1768 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
[all...]

Completed in 797 milliseconds