Searched refs:SQLITE_IOCAP_ATOMIC (Results 1 - 6 of 6) sorted by relevance

/external/javasqlite/src/main/java/SQLite/
H A DConstants.java62 public static final int SQLITE_IOCAP_ATOMIC = 0x00000001; field in class:Constants
/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h421 ** The SQLITE_IOCAP_ATOMIC property means that all writes of
432 #define SQLITE_IOCAP_ATOMIC 0x00000001 macro
540 ** <li> [SQLITE_IOCAP_ATOMIC]
553 ** The SQLITE_IOCAP_ATOMIC property means that all writes of
/external/sqlite/dist/orig/
H A Dsqlite3.h504 ** The SQLITE_IOCAP_ATOMIC property means that all writes of
519 #define SQLITE_IOCAP_ATOMIC 0x00000001 macro
652 ** <li> [SQLITE_IOCAP_ATOMIC]
665 ** The SQLITE_IOCAP_ATOMIC property means that all writes of
H A Dsqlite3.c1054 ** The SQLITE_IOCAP_ATOMIC property means that all writes of
1069 #define SQLITE_IOCAP_ATOMIC 0x00000001 macro
1202 ** <li> [SQLITE_IOCAP_ATOMIC]
1215 ** The SQLITE_IOCAP_ATOMIC property means that all writes of
[all...]
/external/sqlite/dist/
H A Dsqlite3.h504 ** The SQLITE_IOCAP_ATOMIC property means that all writes of
519 #define SQLITE_IOCAP_ATOMIC 0x00000001 macro
652 ** <li> [SQLITE_IOCAP_ATOMIC]
665 ** The SQLITE_IOCAP_ATOMIC property means that all writes of
H A Dsqlite3.c1054 ** The SQLITE_IOCAP_ATOMIC property means that all writes of
1069 #define SQLITE_IOCAP_ATOMIC 0x00000001 macro
1202 ** <li> [SQLITE_IOCAP_ATOMIC]
1215 ** The SQLITE_IOCAP_ATOMIC property means that all writes of
[all...]

Completed in 668 milliseconds