Lines Matching defs:SQLITE_IOCAP_SAFE_APPEND
949 ** nnn are atomic. The SQLITE_IOCAP_SAFE_APPEND value means
978 #define SQLITE_IOCAP_SAFE_APPEND 0x00000200
1124 ** <li> [SQLITE_IOCAP_SAFE_APPEND]
1136 ** nnn are atomic. The SQLITE_IOCAP_SAFE_APPEND value means
42536 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
42546 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
42555 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
42579 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
53370 SQLITE_IOCAP_SAFE_APPEND |
58589 ** * When the SQLITE_IOCAP_SAFE_APPEND flag is set. This guarantees
58594 || (sqlite3OsDeviceCharacteristics(pPager->fd)&SQLITE_IOCAP_SAFE_APPEND)
61385 if( 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){
61458 if( newHdr && 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){