Searched refs:SetRestriction (Results 1 - 4 of 4) sorted by relevance
/third_party/lzma/CPP/7zip/ |
H A D | IStream.h | 144 IStreamSetRestriction::SetRestriction(UInt64 begin, UInt64 end)
162 ISequentialOutStream::Write(), but before next call of SetRestriction().
179 non-restricted by old call SetRestriction() and later the part of
180 that region was marked as restricted with new call SetRestriction().
184 SetRestriction(begin_old, ...)
186 SetRestriction(begin_new, ...)
193 - Also the call of SetRestriction() can initiate the flushing of already written data.
202 x(SetRestriction(UInt64 begin, UInt64 end)) \
|
/third_party/lzma/CPP/7zip/Common/ |
H A D | MultiOutStream.cpp | 762 Z7_COM7F_IMF(CMultiOutStream::SetRestriction(UInt64 begin, UInt64 end))
in SetRestriction() function 768 PRF(printf("\n==================== CMultiOutStream::SetRestriction %u, %u\n", (unsigned)begin, (unsigned)end));
in SetRestriction()
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zUpdate.cpp | 1849 RINOK(v_StreamSetRestriction->SetRestriction(
in Update() 2986 RINOK(v_StreamSetRestriction->SetRestriction(0, 0))
in Update()
|
/third_party/lzma/CPP/7zip/Archive/ |
H A D | XzHandler.cpp | 1115 RINOK(setRestriction->SetRestriction(0, 0))
in UpdateItems()
|
Completed in 7 milliseconds