Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h523 #define SQLITE_IOCAP_SAFE_APPEND 0x00000200 macro
H A Dsqlite3.c1076 #define SQLITE_IOCAP_SAFE_APPEND 0x00000200 macro
38921 || (sqlite3OsDeviceCharacteristics(pPager->fd)&SQLITE_IOCAP_SAFE_APPEND)
41396 if( 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){
41469 if( newHdr && 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.h619 #define SQLITE_IOCAP_SAFE_APPEND 0x00000200 macro
H A Dsqlite3.c1658 #define SQLITE_IOCAP_SAFE_APPEND 0x00000200 macro
37553 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
37563 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
37572 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
37596 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until
48034 SQLITE_IOCAP_SAFE_APPEND |
53094 || (sqlite3OsDeviceCharacteristics(pPager->fd)&SQLITE_IOCAP_SAFE_APPEND)
55821 if( 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){
55894 if( newHdr && 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){