Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.cpp2372 UInt64 bufPhyPos = 0; in OpenStream2() local
2390 UInt64 posInBuf = pos - bufPhyPos; in OpenStream2()
2400 UInt64 seekPos = bufPhyPos + bytesInBuf; in OpenStream2()
2401 RINOK(op.stream->Seek(bufPhyPos + bytesInBuf, STREAM_SEEK_SET, NULL)); in OpenStream2()
2412 limitedStreamSpec->SetCache(processedSize, (size_t)bufPhyPos); in OpenStream2()
2426 bufPhyPos = pos - keepSize; in OpenStream2()
2432 bufPhyPos = pos - kBeforeSize; in OpenStream2()
2441 bufPhyPos += beg; in OpenStream2()
2466 UInt64 endPos = bufPhyPos + bytesInBuf; in OpenStream2()
2581 if (ai.IsArcFunc && startArcPos >= bufPhyPos) in OpenStream2()
[all …]