Home
last modified time | relevance | path

Searched refs:SetRestriction (Results 1 - 4 of 4) sorted by relevance

/third_party/lzma/CPP/7zip/
H A DIStream.h144 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 DMultiOutStream.cpp762 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 D7zUpdate.cpp1849 RINOK(v_StreamSetRestriction->SetRestriction( in Update()
2986 RINOK(v_StreamSetRestriction->SetRestriction(0, 0)) in Update()
/third_party/lzma/CPP/7zip/Archive/
H A DXzHandler.cpp1115 RINOK(setRestriction->SetRestriction(0, 0)) in UpdateItems()

Completed in 7 milliseconds