| Bcj2Coder.cpp |
case NCoderPropID::kDefaultProp:
{
if (prop.vt != VT_UI4)
return E_INVALIDARG;
UInt32 v = prop.ulVal;
if (v > 31)
return E_INVALIDARG;
relatLim = (UInt32)1 << v;
break;
}
|
17714 |
| Bcj2Coder.h |
|
3306 |
| Bcj2Register.cpp |
|
476 |
| BcjCoder.cpp |
|
428 |
| BcjCoder.h |
|
533 |
| BcjRegister.cpp |
|
245 |
| BranchMisc.cpp |
|
385 |
| BranchMisc.h |
|
623 |
| BranchRegister.cpp |
|
892 |
| ByteSwap.cpp |
|
1708 |
| CodecExports.cpp |
|
8503 |
| CopyCoder.cpp |
finishMode |
2765 |
| CopyCoder.h |
|
1438 |
| CopyRegister.cpp |
|
255 |
| DeltaFilter.cpp |
|
2780 |
| Lzma2Decoder.cpp |
&& (sRes == SZ_OK || sRes == sResErrorCode) |
6353 |
| Lzma2Decoder.h |
|
2518 |
| Lzma2Encoder.cpp |
&& (sRes == SZ_OK || sRes == sResErrorCode) |
3079 |
| Lzma2Encoder.h |
|
1110 |
| Lzma2Register.cpp |
|
310 |
| LzmaDecoder.cpp |
AlignOffsetAlloc_CreateVTable(&_alloc);
_alloc.numAlignBits = 7;
_alloc.offset = 0;
|
8416 |
| LzmaDecoder.h |
|
3236 |
| LzmaEncoder.cpp |
&& (sRes == SZ_OK || sRes == sResErrorCode) |
4777 |
| LzmaEncoder.h |
|
1285 |
| LzmaRegister.cpp |
|
307 |
| PpmdDecoder.cpp |
inSize |
3808 |
| PpmdDecoder.h |
|
2195 |
| PpmdEncoder.cpp |
inSize |
3852 |
| PpmdEncoder.h |
|
1278 |
| PpmdRegister.cpp |
|
307 |
| StdAfx.h |
|
101 |
| XzDecoder.cpp |
&& (sRes == SZ_OK || sRes == sResErrorCode) |
3317 |
| XzDecoder.h |
Decode() can return ERROR code only if there is progress or stream error.
Decode() returns S_OK in case of xz decoding error, but DecodeRes and CStatInfo contain error information |
2168 |
| XzEncoder.cpp |
|| filterId == XZ_ID_LZMA2 |
5772 |
| XzEncoder.h |
|
1113 |