Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
lzma_block_coder Struct Reference

Public Types

enum  { SEQ_CODE , SEQ_PADDING , SEQ_CHECK }
 
enum  { SEQ_CODE , SEQ_PADDING , SEQ_CHECK }
 
enum  { SEQ_CODE , SEQ_PADDING , SEQ_CHECK }
 
enum  { SEQ_CODE , SEQ_PADDING , SEQ_CHECK }
 
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().
 
lzma_blockblock
 
lzma_vli compressed_size
 Compressed Size calculated while decoding.
 
lzma_vli uncompressed_size
 Uncompressed Size calculated while decoding.
 
lzma_vli compressed_limit
 
lzma_vli uncompressed_limit
 Maximum allowed Uncompressed Size.
 
size_t check_pos
 Position when reading the Check field.
 
lzma_check_state check
 Check of the uncompressed data.
 
bool ignore_check
 True if the integrity check won't be calculated and verified.
 
enum lzma_block_coder:: { ... }  sequence
 
size_t pos
 Position in the Check field.
 
enum lzma_block_coder:: { ... }  sequence
 
enum lzma_block_coder:: { ... }  sequence
 
enum lzma_block_coder:: { ... }  sequence
 
enum lzma_block_coder:: { ... }  sequence
 

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
SEQ_CODE 
SEQ_PADDING 
SEQ_CHECK 

◆ anonymous enum

anonymous enum
Enumerator
SEQ_CODE 
SEQ_PADDING 
SEQ_CHECK 

◆ anonymous enum

anonymous enum
Enumerator
SEQ_CODE 
SEQ_PADDING 
SEQ_CHECK 

◆ anonymous enum

anonymous enum
Enumerator
SEQ_CODE 
SEQ_PADDING 
SEQ_CHECK 

◆ anonymous enum

anonymous enum
Enumerator
SEQ_CODE 
SEQ_PADDING 
SEQ_CHECK 

◆ anonymous enum

anonymous enum
Enumerator
SEQ_CODE 
SEQ_PADDING 
SEQ_CHECK 

Field Documentation

◆ 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.

◆ check

Check of the uncompressed data.

◆ check_pos

size_t check_pos

Position when reading the Check field.

◆ compressed_limit

lzma_vli compressed_limit

Maximum allowed Compressed Size; this takes into account the size of the Block Header and Check fields when Compressed Size is unknown.

◆ compressed_size

lzma_vli compressed_size

Compressed Size calculated while decoding.

Compressed Size calculated while encoding.

◆ ignore_check

bool ignore_check

True if the integrity check won't be calculated and verified.

◆ next

The filters in the chain; initialized with lzma_raw_decoder_init().

◆ pos

size_t pos

Position in the Check field.

◆ [] [1/6]

enum { ... } sequence

◆ [] [2/6]

enum { ... } sequence

◆ [] [3/6]

enum { ... } sequence

◆ [] [4/6]

enum { ... } sequence

◆ [] [5/6]

enum { ... } sequence

◆ [] [6/6]

enum { ... } sequence

◆ uncompressed_limit

lzma_vli uncompressed_limit

Maximum allowed Uncompressed Size.

◆ uncompressed_size

lzma_vli uncompressed_size

Uncompressed Size calculated while decoding.

Uncompressed Size calculated while encoding.


The documentation for this struct was generated from the following files: