Lines Matching defs:SQLITE_IOCAP_SAFE_APPEND
942 ** nnn are atomic. The SQLITE_IOCAP_SAFE_APPEND value means
971 #define SQLITE_IOCAP_SAFE_APPEND 0x00000200
1117 ** <li> [SQLITE_IOCAP_SAFE_APPEND]
1129 ** nnn are atomic. The SQLITE_IOCAP_SAFE_APPEND value means
41026 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
41036 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
41045 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
41069 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
51776 SQLITE_IOCAP_SAFE_APPEND |
56990 ** * When the SQLITE_IOCAP_SAFE_APPEND flag is set. This guarantees
56995 || (sqlite3OsDeviceCharacteristics(pPager->fd)&SQLITE_IOCAP_SAFE_APPEND)
59805 if( 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){
59878 if( newHdr && 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){