OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SResToHRESULT
(Results
1 - 7
of
7
) sorted by null
/external/lzma/CPP/7zip/Compress/
Lzma2Encoder.cpp
68
return
SResToHRESULT
(Lzma2Enc_SetProps(_encoder, &lzma2Props));
91
return
SResToHRESULT
(res);
LzmaEncoder.cpp
132
return
SResToHRESULT
(LzmaEnc_SetProps(_encoder, &props));
158
return
SResToHRESULT
(res);
Lzma2Decoder.cpp
11
static HRESULT
SResToHRESULT
(SRes res)
47
RINOK(
SResToHRESULT
(Lzma2Dec_Allocate(&_state, prop[0], &g_Alloc)));
178
RINOK(
SResToHRESULT
(res));
LzmaDecoder.cpp
11
static HRESULT
SResToHRESULT
(SRes res)
66
RINOK(
SResToHRESULT
(LzmaDec_Allocate(&_state, prop, size, &g_Alloc)));
219
RINOK(
SResToHRESULT
(res));
/external/lzma/CPP/7zip/Common/
CWrappers.h
47
HRESULT
SResToHRESULT
(SRes res) throw();
CWrappers.cpp
87
HRESULT
SResToHRESULT
(SRes res) throw()
/external/lzma/CPP/7zip/Archive/
XzHandler.cpp
816
return
SResToHRESULT
(res);
928
return
SResToHRESULT
(res);
Completed in 79 milliseconds