Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Compress/
DLzma2Decoder.cpp11 static HRESULT SResToHRESULT(SRes res) in SResToHRESULT() function
47 RINOK(SResToHRESULT(Lzma2Dec_Allocate(&_state, prop[0], &g_Alloc))); in SetDecoderProperties2()
178 RINOK(SResToHRESULT(res)); in Read()
DLzma2Encoder.cpp68 return SResToHRESULT(Lzma2Enc_SetProps(_encoder, &lzma2Props)); in SetCoderProperties()
91 return SResToHRESULT(res); in Code()
DLzmaDecoder.cpp11 static HRESULT SResToHRESULT(SRes res) in SResToHRESULT() function
65 RINOK(SResToHRESULT(LzmaDec_Allocate(&_state, prop, size, &g_Alloc))); in SetDecoderProperties2()
205 RINOK(SResToHRESULT(res)); in Read()
DLzmaEncoder.cpp121 return SResToHRESULT(LzmaEnc_SetProps(_encoder, &props)); in SetCoderProperties()
146 return SResToHRESULT(res); in Code()
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp382 RINOK(SResToHRESULT(res)); in Open2()
573 return SResToHRESULT(res); in Extract()
597 return SResToHRESULT(res); in UpdateItems()
672 return SResToHRESULT(res); in UpdateItems()
/external/lzma/CPP/7zip/Common/
DCWrappers.h42 HRESULT SResToHRESULT(SRes res);
DCWrappers.cpp84 HRESULT SResToHRESULT(SRes res) in SResToHRESULT() function