Home
last modified time | relevance | path

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

/AOO41X/main/tools/source/stream/
H A Dstrmunx.cxx128 StreamMode nLockMode = pLock->m_pStream->GetStreamMode(); in LockFile() local
131 if( nLockMode & STREAM_SHARE_DENYALL ) in LockFile()
133 else if( ( nLockMode & STREAM_SHARE_DENYWRITE ) && in LockFile()
136 else if( ( nLockMode & STREAM_SHARE_DENYREAD ) && in LockFile()
475 int nLockMode = 0; in LockRange() local
483 nLockMode = F_WRLCK; in LockRange()
485 nLockMode = F_RDLCK; in LockRange()
491 nLockMode = F_WRLCK; in LockRange()
502 nLockMode = F_WRLCK; in LockRange()
504 nLockMode = F_RDLCK; in LockRange()
[all …]