Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/Common/
DParseProperties.h16 HRESULT ParseMtProp(const UString &name, const PROPVARIANT &prop, UInt32 defaultNumThreads, UInt32 …
DParseProperties.cpp150 HRESULT ParseMtProp(const UString &name, const PROPVARIANT &prop, UInt32 defaultNumThreads, UInt32 … in ParseMtProp() function
DHandlerOut.cpp542 RINOK(ParseMtProp(name.Mid(2), value, numProcessors, _numThreads)); in SetProperty()
/external/lzma/CPP/7zip/Archive/7z/
D7zHandler.cpp466 RINOK(ParseMtProp(name.Mid(2), value, numProcessors, _numThreads)); in SetProperties()