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

/external/javasqlite/src/main/java/SQLite/
H A DConstants.java64 public static final int SQLITE_IOCAP_ATOMIC1K = 0x00000004; field in class:Constants
/external/sqlite/dist/orig/
H A Dsqlite3.h568 #define SQLITE_IOCAP_ATOMIC1K 0x00000004 macro
702 ** <li> [SQLITE_IOCAP_ATOMIC1K]
H A Dsqlite3.c775 #define SQLITE_IOCAP_ATOMIC1K 0x00000004 macro
909 ** <li> [SQLITE_IOCAP_ATOMIC1K]
[all...]
/external/sqlite/dist/
H A Dsqlite3.h568 #define SQLITE_IOCAP_ATOMIC1K 0x00000004 macro
702 ** <li> [SQLITE_IOCAP_ATOMIC1K]
H A Dsqlite3.c775 #define SQLITE_IOCAP_ATOMIC1K 0x00000004 macro
909 ** <li> [SQLITE_IOCAP_ATOMIC1K]
[all...]

Completed in 338 milliseconds