Searched refs:_glob (Results 1 – 1 of 1) sorted by relevance
139 CLockedInStream *_glob; member in NArchive::N7z::CLockedSequentialInStreamMT146 _glob = lockedInStream; in Init()157 NWindows::NSynchronization::CCriticalSectionLock lock(_glob->CriticalSection); in Read()159 if (_pos != _glob->Pos) in Read()161 RINOK(_glob->Stream->Seek(_pos, STREAM_SEEK_SET, NULL)); in Read()162 _glob->Pos = _pos; in Read()166 HRESULT res = _glob->Stream->Read(data, size, &realProcessedSize); in Read()168 _glob->Pos = _pos; in Read()183 CLockedInStream *_glob; member in NArchive::N7z::CLockedSequentialInStreamST190 _glob = lockedInStream; in Init()[all …]