Searched refs:RET_IF_WRAP_ERROR (Results 1 - 5 of 5) sorted by relevance
/third_party/lzma/CPP/7zip/Compress/ |
H A D | Lzma2Encoder.cpp | 100 #define RET_IF_WRAP_ERROR(wrapRes, sRes, sResErrorCode) \
macro 119 RET_IF_WRAP_ERROR(inWrap.Res, res, SZ_ERROR_READ)
in Code() 120 RET_IF_WRAP_ERROR(outWrap.Res, res, SZ_ERROR_WRITE)
in Code() 121 RET_IF_WRAP_ERROR(progressWrap.Res, res, SZ_ERROR_PROGRESS)
in Code()
|
H A D | XzDecoder.cpp | 17 #define RET_IF_WRAP_ERROR(wrapRes, sRes, sResErrorCode) \
macro 94 RET_IF_WRAP_ERROR(outWrap.Res, res, SZ_ERROR_WRITE)
in Decode() 95 RET_IF_WRAP_ERROR(progressWrap.Res, res, SZ_ERROR_PROGRESS)
in Decode()
|
H A D | XzEncoder.cpp | 216 #define RET_IF_WRAP_ERROR(wrapRes, sRes, sResErrorCode) \
macro 236 RET_IF_WRAP_ERROR(inWrap.Res, res, SZ_ERROR_READ)
in Code() 237 RET_IF_WRAP_ERROR(outWrap.Res, res, SZ_ERROR_WRITE)
in Code() 238 RET_IF_WRAP_ERROR(progressWrap.Res, res, SZ_ERROR_PROGRESS)
in Code()
|
H A D | LzmaEncoder.cpp | 216 #define RET_IF_WRAP_ERROR(wrapRes, sRes, sResErrorCode) \
macro 333 RET_IF_WRAP_ERROR(inWrap.Res, res, SZ_ERROR_READ)
in Code() 334 RET_IF_WRAP_ERROR(outWrap.Res, res, SZ_ERROR_WRITE)
in Code() 335 RET_IF_WRAP_ERROR(progressWrap.Res, res, SZ_ERROR_PROGRESS)
in Code()
|
H A D | Lzma2Decoder.cpp | 81 #define RET_IF_WRAP_ERROR(wrapRes, sRes, sResErrorCode) \
macro 173 RET_IF_WRAP_ERROR(progressWrap.Res, res, SZ_ERROR_PROGRESS)
in Code() 174 RET_IF_WRAP_ERROR(outWrap.Res, res, SZ_ERROR_WRITE)
in Code()
|
Completed in 3 milliseconds