HomeSort by relevance Sort by last modified time
    Searched refs:SQLITE_SYNC_FULL (Results 1 - 6 of 6) sorted by null

  /external/javasqlite/src/main/java/SQLite/
Constants.java 79 public static final int SQLITE_SYNC_FULL = 0x00003;
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h 467 ** to use normal fsync() semantics. The SQLITE_SYNC_FULL flag means
471 #define SQLITE_SYNC_FULL 0x00003
499 ** [SQLITE_SYNC_FULL]. The first choice is the normal fsync().
    [all...]
  /external/sqlite/dist/
sqlite3.h 546 ** If the lower four bits equal SQLITE_SYNC_FULL, that means
549 ** Do not confuse the SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags
553 ** The SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags determine how
557 ** between SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL, but among the
562 #define SQLITE_SYNC_FULL 0x00003
597 ** [SQLITE_SYNC_FULL]. The first choice is the normal fsync().
    [all...]
sqlite3.h.orig 543 ** If the lower four bits equal SQLITE_SYNC_FULL, that means
546 ** Do not confuse the SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags
550 ** The SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL flags determine how
554 ** between SQLITE_SYNC_NORMAL and SQLITE_SYNC_FULL, but among the
559 #define SQLITE_SYNC_FULL 0x00003
594 ** [SQLITE_SYNC_FULL]. The first choice is the normal fsync().
    [all...]
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 26 milliseconds