Searched refs:SQLITE_IOCAP_SAFE_APPEND (Results 1 – 2 of 2) sorted by relevance
661 #define SQLITE_IOCAP_SAFE_APPEND 0x00000200 macro
967 #define SQLITE_IOCAP_SAFE_APPEND 0x00000200 macro38372 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until38382 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until38391 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until38415 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until48987 SQLITE_IOCAP_SAFE_APPEND |54145 || (sqlite3OsDeviceCharacteristics(pPager->fd)&SQLITE_IOCAP_SAFE_APPEND)56884 if( 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){56957 if( newHdr && 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){