Searched refs:SQLITE_IOCAP_SAFE_APPEND (Results 1 – 2 of 2) sorted by relevance
672 #define SQLITE_IOCAP_SAFE_APPEND 0x00000200 macro
991 #define SQLITE_IOCAP_SAFE_APPEND 0x00000200 macro43016 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until in setDeviceCharacteristics()43026 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until in setDeviceCharacteristics()43035 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until in setDeviceCharacteristics()43059 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until in setDeviceCharacteristics()54319 SQLITE_IOCAP_SAFE_APPEND |59541 || (sqlite3OsDeviceCharacteristics(pPager->fd)&SQLITE_IOCAP_SAFE_APPEND)62345 if( 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){62418 if( newHdr && 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){