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

  /external/javasqlite/src/main/java/SQLite/
Constants.java 62 public static final int SQLITE_IOCAP_ATOMIC = 0x00000001;
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h 421 ** The SQLITE_IOCAP_ATOMIC property means that all writes of
432 #define SQLITE_IOCAP_ATOMIC 0x00000001
540 ** <li> [SQLITE_IOCAP_ATOMIC]
553 ** The SQLITE_IOCAP_ATOMIC property means that all writes of
    [all...]
  /external/sqlite/dist/orig/
sqlite3.h 504 ** The SQLITE_IOCAP_ATOMIC property means that all writes of
519 #define SQLITE_IOCAP_ATOMIC 0x00000001
652 ** <li> [SQLITE_IOCAP_ATOMIC]
665 ** The SQLITE_IOCAP_ATOMIC property means that all writes of
    [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.h 504 ** The SQLITE_IOCAP_ATOMIC property means that all writes of
519 #define SQLITE_IOCAP_ATOMIC 0x00000001
652 ** <li> [SQLITE_IOCAP_ATOMIC]
665 ** The SQLITE_IOCAP_ATOMIC property means that all writes of
    [all...]
sqlite3.c     [all...]

Completed in 600 milliseconds