Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Archive/
H A DLzmaHandler.cpp55 Byte LzmaProps[5]; member
57 Byte GetProp() const { return LzmaProps[0]; } in GetProp()
58 UInt32 GetDicSize() const { return GetUi32(LzmaProps + 1); } in GetDicSize()
70 LzmaProps[i] = sig[i]; in Parse()
73 LzmaProps[0] < 5 * 5 * 9 && in Parse()
76 && CheckDicSize(LzmaProps + 1); in Parse()
134 RINOK(_lzmaDecoderSpec->SetDecoderProperties2(header.LzmaProps, 5)) in Code()
365 && _header.LzmaProps[0] == 0
380 _header.LzmaProps, 5, LZMA_FINISH_ANY,

Completed in 1 milliseconds