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

/external/javasqlite/src/main/java/SQLite/
H A DConstants.java79 public static final int SQLITE_SYNC_FULL = 0x00003; field in class:Constants
/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h467 ** to use normal fsync() semantics. The SQLITE_SYNC_FULL flag means
471 #define SQLITE_SYNC_FULL 0x00003 macro
499 ** [SQLITE_SYNC_FULL]. The first choice is the normal fsync().
/external/sqlite/dist/orig/
H A Dsqlite3.h557 ** If the lower four bits equal SQLITE_SYNC_FULL, that means
560 ** Do not confuse the SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags
564 ** The SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags determine how
568 ** between SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL, but among the
573 #define SQLITE_SYNC_FULL 0x00003 macro
609 ** [SQLITE_SYNC_FULL]. The first choice is the normal fsync().
H A Dsqlite3.c1107 ** If the lower four bits equal SQLITE_SYNC_FULL, that means
1110 ** Do not confuse the SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags
1114 ** The SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags determine how
1118 ** between SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL, but among the
1123 #define SQLITE_SYNC_FULL 0x00003 macro
1159 ** [SQLITE_SYNC_FULL]. The first choice is the normal fsync().
23102 if( flags & SQLITE_SYNC_FULL){
[all...]
/external/sqlite/dist/
H A Dsqlite3.h557 ** If the lower four bits equal SQLITE_SYNC_FULL, that means
560 ** Do not confuse the SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags
564 ** The SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags determine how
568 ** between SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL, but among the
573 #define SQLITE_SYNC_FULL 0x00003 macro
609 ** [SQLITE_SYNC_FULL]. The first choice is the normal fsync().
H A Dsqlite3.c1107 ** If the lower four bits equal SQLITE_SYNC_FULL, that means
1110 ** Do not confuse the SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags
1114 ** The SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags determine how
1118 ** between SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL, but among the
1123 #define SQLITE_SYNC_FULL 0x00003 macro
1159 ** [SQLITE_SYNC_FULL]. The first choice is the normal fsync().
23102 if( flags & SQLITE_SYNC_FULL){
[all...]

Completed in 330 milliseconds