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

  /external/javasqlite/src/main/java/SQLite/
Constants.java 79 public static final int SQLITE_SYNC_FULL = 0x00003;
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h 545 ** 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
596 ** [SQLITE_SYNC_FULL]. The first choice is the normal fsync().
    [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.h 598 ** 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
650 ** [SQLITE_SYNC_FULL]. The first choice is the normal fsync().
    [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.h 598 ** 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
650 ** [SQLITE_SYNC_FULL]. The first choice is the normal fsync().
    [all...]
sqlite3.c     [all...]

Completed in 198 milliseconds