Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.cpp2368 UInt64 bufPhyPos = 0; in OpenStream2() local
2386 UInt64 posInBuf = pos - bufPhyPos; in OpenStream2()
2396 UInt64 seekPos = bufPhyPos + bytesInBuf; in OpenStream2()
2397 RINOK(op.stream->Seek(bufPhyPos + bytesInBuf, STREAM_SEEK_SET, NULL)); in OpenStream2()
2408 limitedStreamSpec->SetCache(processedSize, (size_t)bufPhyPos); in OpenStream2()
2422 bufPhyPos = pos - keepSize; in OpenStream2()
2428 bufPhyPos = pos - kBeforeSize; in OpenStream2()
2437 bufPhyPos += beg; in OpenStream2()
2459 UInt64 endPos = bufPhyPos + bytesInBuf; in OpenStream2()
2572 if (ai.IsArcFunc && startArcPos >= bufPhyPos) in OpenStream2()
[all …]