Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.h680 #define SQLITE_IOCAP_SAFE_APPEND 0x00000200 macro
H A Dsqlite3.c1001 #define SQLITE_IOCAP_SAFE_APPEND 0x00000200 macro
44591 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until in setDeviceCharacteristics()
44601 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until in setDeviceCharacteristics()
44610 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until in setDeviceCharacteristics()
44634 SQLITE_IOCAP_SAFE_APPEND | /* growing the file does not occur until in setDeviceCharacteristics()
55811 SQLITE_IOCAP_SAFE_APPEND |
61131 || (sqlite3OsDeviceCharacteristics(pPager->fd)&SQLITE_IOCAP_SAFE_APPEND)
63985 if( 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){
64058 if( newHdr && 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){