Searched defs:SQLITE_IOCAP_ATOMIC4K (Results 1 - 7 of 7) sorted by relevance

/external/javasqlite/src/main/java/SQLite/
H A DConstants.java66 public static final int SQLITE_IOCAP_ATOMIC4K = 0x00000010; field in class:Constants
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h512 #define SQLITE_IOCAP_ATOMIC4K 0x00000010 macro
643 ** <li> [SQLITE_IOCAP_ATOMIC4K]
H A Dsqlite3.c1055 #define SQLITE_IOCAP_ATOMIC4K 0x00000010 macro
1186 ** <li> [SQLITE_IOCAP_ATOMIC4K]
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h563 #define SQLITE_IOCAP_ATOMIC4K 0x00000010 macro
697 ** <li> [SQLITE_IOCAP_ATOMIC4K]
H A Dsqlite3.c678 #define SQLITE_IOCAP_ATOMIC4K 0x00000010 macro
812 ** <li> [SQLITE_IOCAP_ATOMIC4K]
[all...]
/external/sqlite/dist/
H A Dsqlite3.h563 #define SQLITE_IOCAP_ATOMIC4K 0x00000010 macro
697 ** <li> [SQLITE_IOCAP_ATOMIC4K]
H A Dsqlite3.c678 #define SQLITE_IOCAP_ATOMIC4K 0x00000010 macro
812 ** <li> [SQLITE_IOCAP_ATOMIC4K]
[all...]

Completed in 848 milliseconds