Home
last modified time | relevance | path

Searched refs:wrapRes (Results 1 – 5 of 5) sorted by relevance

/external/lzma/CPP/7zip/Compress/
DXzDecoder.cpp14 #define RET_IF_WRAP_ERROR_CONFIRMED(wrapRes, sRes, sResErrorCode) \ argument
15 if (wrapRes != S_OK && sRes == sResErrorCode) return wrapRes;
17 #define RET_IF_WRAP_ERROR(wrapRes, sRes, sResErrorCode) \ argument
18 if (wrapRes != S_OK /* && (sRes == SZ_OK || sRes == sResErrorCode) */) return wrapRes;
DLzma2Decoder.cpp78 #define RET_IF_WRAP_ERROR_CONFIRMED(wrapRes, sRes, sResErrorCode) \ argument
79 if (wrapRes != S_OK && sRes == sResErrorCode) return wrapRes;
81 #define RET_IF_WRAP_ERROR(wrapRes, sRes, sResErrorCode) \ argument
82 if (wrapRes != S_OK /* && (sRes == SZ_OK || sRes == sResErrorCode) */) return wrapRes;
DLzma2Encoder.cpp96 #define RET_IF_WRAP_ERROR(wrapRes, sRes, sResErrorCode) \ argument
97 if (wrapRes != S_OK /* && (sRes == SZ_OK || sRes == sResErrorCode) */) return wrapRes;
DLzmaEncoder.cpp156 #define RET_IF_WRAP_ERROR(wrapRes, sRes, sResErrorCode) \ argument
157 if (wrapRes != S_OK /* && (sRes == SZ_OK || sRes == sResErrorCode) */) return wrapRes;
DXzEncoder.cpp218 #define RET_IF_WRAP_ERROR(wrapRes, sRes, sResErrorCode) \ argument
219 if (wrapRes != S_OK /* && (sRes == SZ_OK || sRes == sResErrorCode) */) return wrapRes;