Searched defs:SQLITE_IOCAP_ATOMIC8K (Results 1 - 5 of 5) sorted by relevance

/external/javasqlite/src/main/java/SQLite/
H A DConstants.java67 public static final int SQLITE_IOCAP_ATOMIC8K = 0x00000020; field in class:Constants
/external/sqlite/dist/orig/
H A Dsqlite3.h571 #define SQLITE_IOCAP_ATOMIC8K 0x00000020 macro
705 ** <li> [SQLITE_IOCAP_ATOMIC8K]
H A Dsqlite3.c778 #define SQLITE_IOCAP_ATOMIC8K 0x00000020 macro
912 ** <li> [SQLITE_IOCAP_ATOMIC8K]
[all...]
/external/sqlite/dist/
H A Dsqlite3.h571 #define SQLITE_IOCAP_ATOMIC8K 0x00000020 macro
705 ** <li> [SQLITE_IOCAP_ATOMIC8K]
H A Dsqlite3.c778 #define SQLITE_IOCAP_ATOMIC8K 0x00000020 macro
912 ** <li> [SQLITE_IOCAP_ATOMIC8K]
[all...]

Completed in 308 milliseconds