Searched refs:SQLITE_IOCAP_SAFE_APPEND (Results 1 – 2 of 2) sorted by relevance
661 #define SQLITE_IOCAP_SAFE_APPEND 0x00000200 macro
971 #define SQLITE_IOCAP_SAFE_APPEND 0x00000200 macro38469 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until38479 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until38488 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until38512 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until49084 SQLITE_IOCAP_SAFE_APPEND |54269 || (sqlite3OsDeviceCharacteristics(pPager->fd)&SQLITE_IOCAP_SAFE_APPEND)57068 if( 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){57141 if( newHdr && 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){