Searched refs:SQLITE_IOCAP_SAFE_APPEND (Results 1 – 5 of 5) sorted by relevance
71 public static final int SQLITE_IOCAP_SAFE_APPEND = 0x00000200; field in Constants
593 #define SQLITE_IOCAP_SAFE_APPEND 0x00000200 macro
870 #define SQLITE_IOCAP_SAFE_APPEND 0x00000200 macro33739 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until33749 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until33758 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until33782 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until48338 || (sqlite3OsDeviceCharacteristics(pPager->fd)&SQLITE_IOCAP_SAFE_APPEND) 51064 if( 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){51137 if( newHdr && 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){