Searched refs:RET_IF_WRAP_ERROR (Results 1 – 5 of 5) sorted by relevance
/external/lzma/CPP/7zip/Compress/ |
D | Lzma2Encoder.cpp | 96 #define RET_IF_WRAP_ERROR(wrapRes, sRes, sResErrorCode) \ macro 115 RET_IF_WRAP_ERROR(inWrap.Res, res, SZ_ERROR_READ) in Code() 116 RET_IF_WRAP_ERROR(outWrap.Res, res, SZ_ERROR_WRITE) in Code() 117 RET_IF_WRAP_ERROR(progressWrap.Res, res, SZ_ERROR_PROGRESS) in Code()
|
D | LzmaEncoder.cpp | 156 #define RET_IF_WRAP_ERROR(wrapRes, sRes, sResErrorCode) \ macro 175 RET_IF_WRAP_ERROR(inWrap.Res, res, SZ_ERROR_READ) in Code() 176 RET_IF_WRAP_ERROR(outWrap.Res, res, SZ_ERROR_WRITE) in Code() 177 RET_IF_WRAP_ERROR(progressWrap.Res, res, SZ_ERROR_PROGRESS) in Code()
|
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()
|
D | XzEncoder.cpp | 218 #define RET_IF_WRAP_ERROR(wrapRes, sRes, sResErrorCode) \ macro 238 RET_IF_WRAP_ERROR(inWrap.Res, res, SZ_ERROR_READ) in Code() 239 RET_IF_WRAP_ERROR(outWrap.Res, res, SZ_ERROR_WRITE) in Code() 240 RET_IF_WRAP_ERROR(progressWrap.Res, res, SZ_ERROR_PROGRESS) in Code()
|
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()
|