Home
last modified time | relevance | path

Searched refs:SQLITE_IOCAP_SAFE_APPEND (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.h661 #define SQLITE_IOCAP_SAFE_APPEND 0x00000200 macro
H A Dsqlite3.c967 #define SQLITE_IOCAP_SAFE_APPEND 0x00000200 macro
38372 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
38382 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
38391 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
38415 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
48987 SQLITE_IOCAP_SAFE_APPEND |
54145 || (sqlite3OsDeviceCharacteristics(pPager->fd)&SQLITE_IOCAP_SAFE_APPEND)
56884 if( 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){
56957 if( newHdr && 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){