Searched refs:SQLITE_IOCAP_SAFE_APPEND (Results 1 – 2 of 2) sorted by relevance
680 #define SQLITE_IOCAP_SAFE_APPEND 0x00000200 macro
1001 #define SQLITE_IOCAP_SAFE_APPEND 0x00000200 macro44561 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until in setDeviceCharacteristics()44571 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until in setDeviceCharacteristics()44580 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until in setDeviceCharacteristics()44604 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until in setDeviceCharacteristics()55766 SQLITE_IOCAP_SAFE_APPEND |61071 || (sqlite3OsDeviceCharacteristics(pPager->fd)&SQLITE_IOCAP_SAFE_APPEND)63890 if( 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){63963 if( newHdr && 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){