Searched refs:SResToHRESULT (Results 1 – 7 of 7) sorted by relevance
11 static HRESULT SResToHRESULT(SRes res) in SResToHRESULT() function47 RINOK(SResToHRESULT(Lzma2Dec_Allocate(&_state, prop[0], &g_Alloc))); in SetDecoderProperties2()178 RINOK(SResToHRESULT(res)); in Read()
68 return SResToHRESULT(Lzma2Enc_SetProps(_encoder, &lzma2Props)); in SetCoderProperties()91 return SResToHRESULT(res); in Code()
11 static HRESULT SResToHRESULT(SRes res) in SResToHRESULT() function65 RINOK(SResToHRESULT(LzmaDec_Allocate(&_state, prop, size, &g_Alloc))); in SetDecoderProperties2()205 RINOK(SResToHRESULT(res)); in Read()
121 return SResToHRESULT(LzmaEnc_SetProps(_encoder, &props)); in SetCoderProperties()146 return SResToHRESULT(res); in Code()
382 RINOK(SResToHRESULT(res)); in Open2()573 return SResToHRESULT(res); in Extract()597 return SResToHRESULT(res); in UpdateItems()672 return SResToHRESULT(res); in UpdateItems()
42 HRESULT SResToHRESULT(SRes res);
84 HRESULT SResToHRESULT(SRes res) in SResToHRESULT() function