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

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.h594 ** equal SQLITE_SYNC_NORMAL, that means to use normal fsync() semantics.
598 ** Do not confuse the SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags
602 ** The SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags determine how
606 ** between SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL, but among the
610 #define SQLITE_SYNC_NORMAL 0x00002 macro
646 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
H A Dsqlite3.c1165 ** equal SQLITE_SYNC_NORMAL, that means to use normal fsync() semantics.
1169 ** Do not confuse the SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags
1173 ** The SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags determine how
1177 ** between SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL, but among the
1181 #define SQLITE_SYNC_NORMAL 0x00002 macro
1217 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
26618 /* Check that one of SQLITE_SYNC_NORMAL or FULL was passed */
26619 assert((flags&0x0F)==SQLITE_SYNC_NORMAL
[all...]
/freebsd-10.2-release/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...]

Completed in 717 milliseconds