Searched refs:sResErrorCode (Results 1 – 5 of 5) sorted by relevance
/external/lzma/CPP/7zip/Compress/ |
D | XzDecoder.cpp | 14 #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
|
D | Lzma2Decoder.cpp | 78 #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
|
D | Lzma2Encoder.cpp | 96 #define RET_IF_WRAP_ERROR(wrapRes, sRes, sResErrorCode) \ argument
|
D | LzmaEncoder.cpp | 156 #define RET_IF_WRAP_ERROR(wrapRes, sRes, sResErrorCode) \ argument
|
D | XzEncoder.cpp | 218 #define RET_IF_WRAP_ERROR(wrapRes, sRes, sResErrorCode) \ argument
|