Home
last modified time | relevance | path

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

/external/javasqlite/src/main/java/SQLite/
DConstants.java71 public static final int SQLITE_IOCAP_SAFE_APPEND = 0x00000200; field in Constants
/external/sqlite/dist/
Dsqlite3.h593 #define SQLITE_IOCAP_SAFE_APPEND 0x00000200 macro
Dsqlite3.c870 #define SQLITE_IOCAP_SAFE_APPEND 0x00000200 macro
33739 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
33749 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
33758 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
33782 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
48338 || (sqlite3OsDeviceCharacteristics(pPager->fd)&SQLITE_IOCAP_SAFE_APPEND)
51064 if( 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){
51137 if( newHdr && 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){
/external/sqlite/dist/orig/
Dsqlite3.h593 #define SQLITE_IOCAP_SAFE_APPEND 0x00000200 macro
Dsqlite3.c870 #define SQLITE_IOCAP_SAFE_APPEND 0x00000200 macro
33739 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
33749 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
33758 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
33782 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
48338 || (sqlite3OsDeviceCharacteristics(pPager->fd)&SQLITE_IOCAP_SAFE_APPEND)
51064 if( 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){
51137 if( newHdr && 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){