Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Compress/
H A DLzma2Decoder.cpp185 return SResToHRESULT(res); in Code()
236 return SResToHRESULT(res); in SetOutStreamSize()
261 return SResToHRESULT(res); in Read()
H A DLzma2Encoder.cpp74 return SResToHRESULT(Lzma2Enc_SetProps(_encoder, &lzma2Props)); in SetCoderProperties()
123 return SResToHRESULT(res); in Code()
H A DLzmaEncoder.cpp188 return SResToHRESULT(LzmaEnc_SetProps(_encoder, &props)); in SetCoderProperties()
353 return SResToHRESULT(res); in Code()
H A DLzmaDecoder.cpp11 static HRESULT SResToHRESULT(SRes res) in SResToHRESULT() function
76 RINOK(SResToHRESULT(LzmaDec_Allocate(&_state, prop, size, &g_AlignedAlloc))) // &_alloc.vt in SetDecoderProperties2()
189 // return SResToHRESULT(res); in CodeSpec()
H A DXzEncoder.cpp197 // return SResToHRESULT(XzEnc_SetProps(_encoder, &xzProps)); in SetCoderProperties()
240 return SResToHRESULT(res); in Code()
/third_party/lzma/CPP/7zip/Common/
H A DCWrappers.h10 HRESULT SResToHRESULT(SRes res) throw();
H A DCWrappers.cpp26 HRESULT SResToHRESULT(SRes res) throw() in SResToHRESULT() function
/third_party/lzma/CPP/7zip/Archive/
H A DXzHandler.cpp859 return SResToHRESULT(res); in DecodeBlock()
1104 return SResToHRESULT(res); in UpdateItems()

Completed in 5 milliseconds