Searched refs:SQLITE_SYNC_FULL (Results 1 - 5 of 5) 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/sqlite/dist/orig/
H A Dsqlite3.h605 ** If the lower four bits equal SQLITE_SYNC_FULL, that means
608 ** Do not confuse the SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags
612 ** The SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags determine how
616 ** between SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL, but among the
621 #define SQLITE_SYNC_FULL 0x00003 macro
657 ** [SQLITE_SYNC_FULL]. The first choice is the normal fsync().
H A Dsqlite3.c812 ** If the lower four bits equal SQLITE_SYNC_FULL, that means
815 ** Do not confuse the SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags
819 ** The SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags determine how
823 ** between SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL, but among the
828 #define SQLITE_SYNC_FULL 0x00003 macro
864 ** [SQLITE_SYNC_FULL]. The first choice is the normal fsync().
[all...]
/external/sqlite/dist/
H A Dsqlite3.h605 ** If the lower four bits equal SQLITE_SYNC_FULL, that means
608 ** Do not confuse the SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags
612 ** The SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags determine how
616 ** between SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL, but among the
621 #define SQLITE_SYNC_FULL 0x00003 macro
657 ** [SQLITE_SYNC_FULL]. The first choice is the normal fsync().
H A Dsqlite3.c812 ** If the lower four bits equal SQLITE_SYNC_FULL, that means
815 ** Do not confuse the SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags
819 ** The SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags determine how
823 ** between SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL, but among the
828 #define SQLITE_SYNC_FULL 0x00003 macro
864 ** [SQLITE_SYNC_FULL]. The first choice is the normal fsync().
[all...]

Completed in 533 milliseconds