OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetLzma2Prop
(Results
1 - 2
of
2
) sorted by null
/external/lzma/CPP/7zip/Compress/
Lzma2Encoder.cpp
44
HRESULT
SetLzma2Prop
(PROPID propID, const PROPVARIANT &prop, CLzma2EncProps &lzma2Props)
66
RINOK(
SetLzma2Prop
(propIDs[i], coderProps[i], lzma2Props));
/external/lzma/CPP/7zip/Archive/
XzHandler.cpp
31
HRESULT
SetLzma2Prop
(PROPID propID, const PROPVARIANT &prop, CLzma2EncProps &lzma2Props);
863
RINOK(NCompress::NLzma2::
SetLzma2Prop
(NCoderPropID::kReduceSize, prop, lzma2Props));
878
RINOK(NCompress::NLzma2::
SetLzma2Prop
(prop.Id, prop.Value, lzma2Props));
Completed in 137 milliseconds