Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Common/
DLimitedStreams.h202 size_t _cachePhyPos; variable
214 _cachePhyPos = cachePos; in SetCache()
DLimitedStreams.cpp318 UInt64 offsetInCache = newPos - _cachePhyPos; in Read()
320 if (newPos >= _cachePhyPos && in Read()