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

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

Completed in 53 milliseconds