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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h556 ** If the lower four bits equal SQLITE_SYNC_FULL, that means
559 ** Do not confuse the SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags
563 ** The SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags determine how
567 ** between SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL, but among the
572 #define SQLITE_SYNC_FULL 0x00003 macro
608 ** [SQLITE_SYNC_FULL]. The first choice is the normal fsync().
H A Dsqlite3.c1106 ** If the lower four bits equal SQLITE_SYNC_FULL, that means
1109 ** Do not confuse the SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags
1113 ** The SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags determine how
1117 ** between SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL, but among the
1122 #define SQLITE_SYNC_FULL 0x00003 macro
1158 ** [SQLITE_SYNC_FULL]. The first choice is the normal fsync().
23041 if( flags & SQLITE_SYNC_FULL){
[all...]

Completed in 596 milliseconds