Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.cpp2076 UInt64 bufPhyPos = 0; in OpenStream2() local
2094 UInt64 posInBuf = pos - bufPhyPos; in OpenStream2()
2104 UInt64 seekPos = bufPhyPos + bytesInBuf; in OpenStream2()
2105 RINOK(op.stream->Seek(bufPhyPos + bytesInBuf, STREAM_SEEK_SET, NULL)); in OpenStream2()
2116 limitedStreamSpec->SetCache(processedSize, (size_t)bufPhyPos); in OpenStream2()
2130 bufPhyPos = pos - keepSize; in OpenStream2()
2136 bufPhyPos = pos - kBeforeSize; in OpenStream2()
2145 bufPhyPos += beg; in OpenStream2()
2160 UInt64 endPos = bufPhyPos + bytesInBuf; in OpenStream2()
2273 if (ai.IsArcFunc && startArcPos >= bufPhyPos) in OpenStream2()
[all …]