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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d273 SQLITE_SYNC_FULL = 0x00003,
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h698 ** If the lower four bits equal SQLITE_SYNC_FULL, that means
701 ** Do not confuse the SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags
705 ** The SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags determine how
709 ** between SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL, but among the
714 #define SQLITE_SYNC_FULL 0x00003 macro
750 ** [SQLITE_SYNC_FULL]. The first choice is the normal fsync().
H A Dsqlite3.c1011 ** If the lower four bits equal SQLITE_SYNC_FULL, that means
1014 ** Do not confuse the SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags
1018 ** The SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags determine how
1022 ** between SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL, but among the
1027 #define SQLITE_SYNC_FULL 0x00003 macro
1063 ** [SQLITE_SYNC_FULL]. The first choice is the normal fsync().
[all...]

Completed in 461 milliseconds