Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/
DLzmaHandler.cpp53 Byte LzmaProps[5]; member
55 UInt32 GetDicSize() const { return GetUi32(LzmaProps + 1); } in GetDicSize()
67 LzmaProps[i] = sig[i]; in Parse()
70 LzmaProps[0] < 5 * 5 * 9 && in Parse()
73 && CheckDicSize(LzmaProps + 1); in Parse()
143 RINOK(setDecoderProperties->SetDecoderProperties2(header.LzmaProps, 5)); in Code()
364 if (_packSize >= 24 && _header.Size == 0 && _header.FilterID == 0 && _header.LzmaProps[0] == 0) in Open()