Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c59922 int iDc = isOpen(pPager->fd)?sqlite3OsDeviceCharacteristics(pPager->fd):0; local
59935 if( 0==(iDc & SQLITE_IOCAP_UNDELETABLE_WHEN_OPEN)
62341 const int iDc = sqlite3OsDeviceCharacteristics(pPager->fd); local
62344 if( 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){
62395 if( pPager->fullSync && 0==(iDc&SQLITE_IOCAP_SEQUENTIAL) ){
62407 if( 0==(iDc&SQLITE_IOCAP_SEQUENTIAL) ){
62417 if( newHdr && 0==(iDc&SQLITE_IOCAP_SAFE_APPEND) ){
63002 int iDc = sqlite3OsDeviceCharacteristics(pPager->fd); local
63020 if( iDc&(SQLITE_IOCAP_ATOMIC|(ii>>8)) ){
63028 if( (iDc & SQLITE_IOCAP_IMMUTABLE)!=0