Searched refs:SQLITE_IOCAP_ATOMIC64K (Results 1 - 11 of 11) sorted by relevance

/external/javasqlite/src/main/java/SQLite/
H A DConstants.java70 public static final int SQLITE_IOCAP_ATOMIC64K = 0x00000100; field in class:Constants
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest6.c706 { "atomic64k", SQLITE_IOCAP_ATOMIC64K },
H A Dsqlite.h.in511 #define SQLITE_IOCAP_ATOMIC64K 0x00000100
642 ** <li> [SQLITE_IOCAP_ATOMIC64K]
H A Dtest_vfs.c1158 { "atomic64k", SQLITE_IOCAP_ATOMIC64K },
H A Dpager.c1125 assert(SQLITE_IOCAP_ATOMIC64K==(65536>>8));
4439 assert(SQLITE_IOCAP_ATOMIC64K==(65536>>8));
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h516 #define SQLITE_IOCAP_ATOMIC64K 0x00000100 macro
647 ** <li> [SQLITE_IOCAP_ATOMIC64K]
H A Dsqlite3.c1059 #define SQLITE_IOCAP_ATOMIC64K 0x00000100 macro
1190 ** <li> [SQLITE_IOCAP_ATOMIC64K]
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h567 #define SQLITE_IOCAP_ATOMIC64K 0x00000100 macro
701 ** <li> [SQLITE_IOCAP_ATOMIC64K]
H A Dsqlite3.c682 #define SQLITE_IOCAP_ATOMIC64K 0x00000100 macro
816 ** <li> [SQLITE_IOCAP_ATOMIC64K]
[all...]
/external/sqlite/dist/
H A Dsqlite3.h567 #define SQLITE_IOCAP_ATOMIC64K 0x00000100 macro
701 ** <li> [SQLITE_IOCAP_ATOMIC64K]
H A Dsqlite3.c682 #define SQLITE_IOCAP_ATOMIC64K 0x00000100 macro
816 ** <li> [SQLITE_IOCAP_ATOMIC64K]
[all...]

Completed in 1346 milliseconds