Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Common/
DStreamUtils.h10 inline HRESULT InStream_GetPos(IInStream *stream, UInt64 &curPosRes) throw() in InStream_GetPos() function
DStreamUtils.cpp37 RINOK(InStream_GetPos(stream, curPosRes)) in InStream_GetPos_GetSize()
/third_party/lzma/CPP/7zip/UI/Common/
DArchiveOpenCallback.cpp203 RINOK(InStream_GetPos(tailStream.Stream, tailStream.LocalPos))
/third_party/lzma/CPP/7zip/Archive/7z/
D7zIn.cpp1602 RINOK(InStream_GetPos(_stream, cur)) in ReadDatabase2()