Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DLimitedStreams.h47 HRESULT SeekToPhys() { return _stream->Seek(_physPos, STREAM_SEEK_SET, NULL); } in SeekToPhys() function
83 HRESULT SeekToPhys() { return Stream->Seek(_physPos, STREAM_SEEK_SET, NULL); } in SeekToPhys() function
118 HRESULT SeekToPhys() { return Stream->Seek(_phyPos, STREAM_SEEK_SET, NULL); } in SeekToPhys() function
198 HRESULT SeekToPhys() { return _stream->Seek(_physPos, STREAM_SEEK_SET, NULL); } in SeekToPhys() function