Searched refs:SQLITE_SYNC_NORMAL (Results 1 - 5 of 5) sorted by relevance

/external/javasqlite/src/main/java/SQLite/
H A DConstants.java78 public static final int SQLITE_SYNC_NORMAL = 0x00002; field in class:Constants
/external/sqlite/dist/orig/
H A Dsqlite3.h622 ** equal SQLITE_SYNC_NORMAL, that means to use normal fsync() semantics.
626 ** Do not confuse the SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags
630 ** The SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags determine how
634 ** between SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL, but among the
638 #define SQLITE_SYNC_NORMAL 0x00002 macro
674 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
H A Dsqlite3.c899 ** equal SQLITE_SYNC_NORMAL, that means to use normal fsync() semantics.
903 ** Do not confuse the SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags
907 ** The SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags determine how
911 ** between SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL, but among the
915 #define SQLITE_SYNC_NORMAL 0x00002 macro
951 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
[all...]
/external/sqlite/dist/
H A Dsqlite3.h622 ** equal SQLITE_SYNC_NORMAL, that means to use normal fsync() semantics.
626 ** Do not confuse the SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags
630 ** The SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags determine how
634 ** between SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL, but among the
638 #define SQLITE_SYNC_NORMAL 0x00002 macro
674 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
H A Dsqlite3.c899 ** equal SQLITE_SYNC_NORMAL, that means to use normal fsync() semantics.
903 ** Do not confuse the SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags
907 ** The SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags determine how
911 ** between SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL, but among the
915 #define SQLITE_SYNC_NORMAL 0x00002 macro
951 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or
[all...]

Completed in 623 milliseconds