Home
last modified time | relevance | path

Searched defs:SeekToPhys (Results 1 – 1 of 1) sorted by relevance

/external/lzma/CPP/7zip/Common/
DLimitedStreams.h46 HRESULT SeekToPhys() { return _stream->Seek(_physPos, STREAM_SEEK_SET, NULL); } in SeekToPhys() function
82 HRESULT SeekToPhys() { return Stream->Seek(_physPos, STREAM_SEEK_SET, NULL); } in SeekToPhys() function
117 HRESULT SeekToPhys() { return Stream->Seek(_phyPos, STREAM_SEEK_SET, NULL); } in SeekToPhys() function
197 HRESULT SeekToPhys() { return _stream->Seek(_physPos, STREAM_SEEK_SET, NULL); } in SeekToPhys() function