Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/
DLzmaHandler.cpp46 Byte LzmaProps[5]; member
48 UInt32 GetDicSize() const { return GetUi32(LzmaProps + 1); } in GetDicSize()
60 LzmaProps[i] = sig[i]; in Parse()
63 LzmaProps[0] < 5 * 5 * 9 && in Parse()
66 CheckDicSize(LzmaProps + 1); in Parse()
134 RINOK(setDecoderProperties->SetDecoderProperties2(header.LzmaProps, 5)); in Code()