Searched defs:SQLITE_SYNC_FULL (Results 1 - 7 of 7) 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/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h545 ** If the lower four bits equal SQLITE_SYNC_FULL, that means
548 ** Do not confuse the SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags
552 ** The SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags determine how
556 ** between SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL, but among the
561 #define SQLITE_SYNC_FULL 0x00003 macro
596 ** [SQLITE_SYNC_FULL]. The first choice is the normal fsync().
H A Dsqlite3.c1088 ** If the lower four bits equal SQLITE_SYNC_FULL, that means
1091 ** Do not confuse the SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags
1095 ** The SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags determine how
1099 ** between SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL, but among the
1104 #define SQLITE_SYNC_FULL 0x00003 macro
1139 ** [SQLITE_SYNC_FULL]. The first choice is the normal fsync().
22233 if( flags & SQLITE_SYNC_FULL){
27438 int isFullsync = (flags&0x0F)==SQLITE_SYNC_FULL;
27442 || (flags&0x0F)==SQLITE_SYNC_FULL
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h598 ** If the lower four bits equal SQLITE_SYNC_FULL, that means
601 ** Do not confuse the SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags
605 ** The SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags determine how
609 ** between SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL, but among the
614 #define SQLITE_SYNC_FULL 0x00003 macro
650 ** [SQLITE_SYNC_FULL]. The first choice is the normal fsync().
H A Dsqlite3.c713 ** If the lower four bits equal SQLITE_SYNC_FULL, that means
716 ** Do not confuse the SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags
720 ** The SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags determine how
724 ** between SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL, but among the
729 #define SQLITE_SYNC_FULL 0x00003 macro
765 ** [SQLITE_SYNC_FULL]. The first choice is the normal fsync().
[all...]
/external/sqlite/dist/
H A Dsqlite3.h598 ** If the lower four bits equal SQLITE_SYNC_FULL, that means
601 ** Do not confuse the SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags
605 ** The SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags determine how
609 ** between SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL, but among the
614 #define SQLITE_SYNC_FULL 0x00003 macro
650 ** [SQLITE_SYNC_FULL]. The first choice is the normal fsync().
H A Dsqlite3.c713 ** If the lower four bits equal SQLITE_SYNC_FULL, that means
716 ** Do not confuse the SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags
720 ** The SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags determine how
724 ** between SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL, but among the
729 #define SQLITE_SYNC_FULL 0x00003 macro
765 ** [SQLITE_SYNC_FULL]. The first choice is the normal fsync().
[all...]

Completed in 2482 milliseconds