Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Compress/
DLzma2Decoder.cpp185 return SResToHRESULT(res); in Code()
236 return SResToHRESULT(res); in SetOutStreamSize()
259 return SResToHRESULT(res); in Read()
DLzma2Encoder.cpp70 return SResToHRESULT(Lzma2Enc_SetProps(_encoder, &lzma2Props)); in SetCoderProperties()
119 return SResToHRESULT(res); in Code()
DLzmaEncoder.cpp128 return SResToHRESULT(LzmaEnc_SetProps(_encoder, &props)); in SetCoderProperties()
179 return SResToHRESULT(res); in Code()
DLzmaDecoder.cpp11 static HRESULT SResToHRESULT(SRes res) in SResToHRESULT() function
74 RINOK(SResToHRESULT(LzmaDec_Allocate(&_state, prop, size, &g_AlignedAlloc))) // &_alloc.vt in SetDecoderProperties2()
DXzEncoder.cpp242 return SResToHRESULT(res); in Code()
/external/lzma/CPP/7zip/Common/
DCWrappers.h10 HRESULT SResToHRESULT(SRes res) throw();
DCWrappers.cpp26 HRESULT SResToHRESULT(SRes res) throw() in SResToHRESULT() function
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp815 return SResToHRESULT(res); in DecodeBlock()
1057 return SResToHRESULT(res); in UpdateItems()