Searched refs:SQLITE_IOCAP_SAFE_APPEND (Results 1 – 3 of 3) sorted by relevance
248 SQLITE_IOCAP_SAFE_APPEND = 0x00000200,
663 #define SQLITE_IOCAP_SAFE_APPEND 0x00000200 macro
976 #define SQLITE_IOCAP_SAFE_APPEND 0x00000200 macro42192 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until42202 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until42211 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until42235 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until53019 SQLITE_IOCAP_SAFE_APPEND |58235 || (sqlite3OsDeviceCharacteristics(pPager->fd)&SQLITE_IOCAP_SAFE_APPEND)61026 if( 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){61099 if( newHdr && 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){