|
XZ Utils
5.2.4
|
Public Types | |
| enum | { SEQ_CODE, SEQ_PADDING, SEQ_CHECK } |
| enum | { SEQ_CODE, SEQ_PADDING, SEQ_CHECK } |
Data Fields | |
| enum lzma_block_coder:: { ... } | sequence |
| lzma_next_coder | next |
| The filters in the chain; initialized with lzma_raw_decoder_init(). More... | |
| lzma_block * | block |
| lzma_vli | compressed_size |
| Compressed Size calculated while decoding. More... | |
| lzma_vli | uncompressed_size |
| Uncompressed Size calculated while decoding. More... | |
| lzma_vli | compressed_limit |
| size_t | check_pos |
| Position when reading the Check field. More... | |
| lzma_check_state | check |
| Check of the uncompressed data. More... | |
| bool | ignore_check |
| True if the integrity check won't be calculated and verified. More... | |
| enum lzma_block_coder:: { ... } | sequence |
| size_t | pos |
| Position in the Check field. More... | |
| lzma_next_coder lzma_block_coder::next |
The filters in the chain; initialized with lzma_raw_decoder_init().
| lzma_block * lzma_block_coder::block |
Decoding options; we also write Compressed Size and Uncompressed Size back to this structure when the decoding has been finished.
Encoding options; we also write Unpadded Size, Compressed Size, and Uncompressed Size back to this structure when the encoding has been finished.
| lzma_vli lzma_block_coder::compressed_size |
Compressed Size calculated while decoding.
Compressed Size calculated while encoding.
| lzma_vli lzma_block_coder::uncompressed_size |
Uncompressed Size calculated while decoding.
Uncompressed Size calculated while encoding.
| lzma_vli lzma_block_coder::compressed_limit |
Maximum allowed Compressed Size; this takes into account the size of the Block Header and Check fields when Compressed Size is unknown.
| size_t lzma_block_coder::check_pos |
Position when reading the Check field.
| lzma_check_state lzma_block_coder::check |
Check of the uncompressed data.
| bool lzma_block_coder::ignore_check |
True if the integrity check won't be calculated and verified.
| size_t lzma_block_coder::pos |
Position in the Check field.
1.8.13