Searched refs:SQLITE_IOCAP_SAFE_APPEND (Results 1 – 2 of 2) sorted by relevance
574 #define SQLITE_IOCAP_SAFE_APPEND 0x00000200 macro
602 #define SQLITE_IOCAP_SAFE_APPEND 0x00000200 macro27490 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until27500 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until27509 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until27533 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until40847 || (sqlite3OsDeviceCharacteristics(pPager->fd)&SQLITE_IOCAP_SAFE_APPEND) 43515 if( 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){43588 if( newHdr && 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){