Home
last modified time | relevance | path

Searched refs:SetCheckSize (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/Compress/
DXzEncoder.cpp76 HRESULT CEncoder::SetCheckSize(UInt32 checkSizeInBytes) in SetCheckSize() function in NCompress::NXz::CEncoder
106 return SetCheckSize(prop.ulVal); in SetCoderProp()
DXzEncoder.h32 HRESULT SetCheckSize(UInt32 checkSizeInBytes);
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp1118 RINOK(encoderSpec->SetCheckSize(_crcSize)); in UpdateItems()