Home
last modified time | relevance | path

Searched refs:_crcSize (Results 1 – 8 of 8) sorted by relevance

/third_party/lzma/CPP/7zip/Archive/Common/
DHandlerOut.cpp161 _crcSize = 4; in InitMulti()
200 _crcSize = 4; in SetProperty()
201 return ParsePropToUInt32(name, value, _crcSize); in SetProperty()
DHandlerOut.h75 UInt32 _crcSize;
/third_party/lzma/CPP/7zip/UI/Common/
DHashCalc.h292 UInt32 _crcSize; variable
300 _crcSize = 4; in InitProps()
DHashCalc.cpp1786 AddDefaultMethod(methods, _crcSize); in Z7_COM7F_IMF()
2033 _crcSize = 4; in SetProperty()
2035 return ParsePropToUInt32(name, value, _crcSize); in SetProperty()
/third_party/lzma/CPP/7zip/Archive/7z/
D7zHandler.h142 UInt32 _crcSize; variable
D7zExtract.cpp305 folderOutStream->CheckCrc = (_crcSize != 0);
D7zHandler.cpp40 _crcSize = 4; in CHandler()
/third_party/lzma/CPP/7zip/Archive/
DXzHandler.cpp1234 RINOK(encoderSpec->SetCheckSize(_crcSize))