Lines Matching refs:bufPhyPos
2372 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()
2583 size_t offsetInBuf = (size_t)(startArcPos - bufPhyPos); in OpenStream2()