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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h551 ** If the lower four bits equal SQLITE_SYNC_FULL, that means
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
567 #define SQLITE_SYNC_FULL 0x00003 macro
603 ** [SQLITE_SYNC_FULL]. The first choice is the normal fsync().
H A Dsqlite3.c1104 ** If the lower four bits equal SQLITE_SYNC_FULL, that means
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
1120 #define SQLITE_SYNC_FULL 0x00003 macro
1156 ** [SQLITE_SYNC_FULL]. The first choice is the normal fsync().
22667 if( flags & SQLITE_SYNC_FULL){
27905 int isFullsync = (flags&0x0F)==SQLITE_SYNC_FULL;
27909 || (flags&0x0F)==SQLITE_SYNC_FULL
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h654 ** If the lower four bits equal SQLITE_SYNC_FULL, that means
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
670 #define SQLITE_SYNC_FULL 0x00003 macro
706 ** [SQLITE_SYNC_FULL]. The first choice is the normal fsync().
H A Dsqlite3.c1717 ** If the lower four bits equal SQLITE_SYNC_FULL, that means
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
1733 #define SQLITE_SYNC_FULL 0x00003 macro
1769 ** [SQLITE_SYNC_FULL]. The first choice is the normal fsync().
[all...]

Completed in 843 milliseconds