Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Compress/
DLzma2Encoder.cpp73 return SResToHRESULT(Lzma2Enc_SetProps(_encoder, &lzma2Props)); in SetCoderProperties()
96 return SResToHRESULT(res); in Code()
DLzmaDecoder.cpp11 static HRESULT SResToHRESULT(SRes res) in SResToHRESULT() function
62 RINOK(SResToHRESULT(LzmaDec_Allocate(&_state, prop, size, &g_Alloc))); in SetDecoderProperties2()
221 RINOK(SResToHRESULT(res)); in Read()
DLzma2Decoder.cpp11 static HRESULT SResToHRESULT(SRes res) in SResToHRESULT() function
52 RINOK(SResToHRESULT(Lzma2Dec_Allocate(&_state, prop[0], &g_Alloc))); in SetDecoderProperties2()
248 return SResToHRESULT(res); in Read()
DLzmaEncoder.cpp123 return SResToHRESULT(LzmaEnc_SetProps(_encoder, &props)); in SetCoderProperties()
149 return SResToHRESULT(res); in Code()
/external/lzma/CPP/7zip/Common/
DCWrappers.h47 HRESULT SResToHRESULT(SRes res) throw();
DCWrappers.cpp87 HRESULT SResToHRESULT(SRes res) throw() in SResToHRESULT() function
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp763 return SResToHRESULT(res); in UpdateItems()
875 return SResToHRESULT(res); in UpdateItems()