Home
last modified time | relevance | path

Searched refs:SQLITE_IOCAP_SAFE_APPEND (Results 1 – 6 of 6) sorted by relevance

/external/javasqlite/src/main/java/SQLite/
DConstants.java71 public static final int SQLITE_IOCAP_SAFE_APPEND = 0x00000200; field in Constants
/external/webkit/WebKitLibraries/WebCoreSQLite3/
Dsqlite3.h441 #define SQLITE_IOCAP_SAFE_APPEND 0x00000200 macro
/external/sqlite/dist/
Dsqlite3.h528 #define SQLITE_IOCAP_SAFE_APPEND 0x00000200 macro
Dsqlite3.c1078 #define SQLITE_IOCAP_SAFE_APPEND 0x00000200 macro
39839 || (sqlite3OsDeviceCharacteristics(pPager->fd)&SQLITE_IOCAP_SAFE_APPEND)
42334 if( 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){
42407 if( newHdr && 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){
/external/sqlite/dist/orig/
Dsqlite3.h528 #define SQLITE_IOCAP_SAFE_APPEND 0x00000200 macro
Dsqlite3.c1078 #define SQLITE_IOCAP_SAFE_APPEND 0x00000200 macro
39811 || (sqlite3OsDeviceCharacteristics(pPager->fd)&SQLITE_IOCAP_SAFE_APPEND)
42306 if( 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){
42379 if( newHdr && 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){