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

Public Types

enum  {
  SEQ_BLOCK , SEQ_COUNT , SEQ_UNPADDED , SEQ_UNCOMPRESSED ,
  SEQ_PADDING_INIT , SEQ_PADDING , SEQ_CRC32
}
 
enum  {
  SEQ_BLOCK , SEQ_COUNT , SEQ_UNPADDED , SEQ_UNCOMPRESSED ,
  SEQ_PADDING_INIT , SEQ_PADDING , SEQ_CRC32
}
 
enum  {
  SEQ_BLOCK , SEQ_COUNT , SEQ_UNPADDED , SEQ_UNCOMPRESSED ,
  SEQ_PADDING_INIT , SEQ_PADDING , SEQ_CRC32
}
 

Data Fields

enum lzma_index_hash_s:: { ... }  sequence
 
lzma_index_hash_info blocks
 Information collected while decoding the actual Blocks.
 
lzma_index_hash_info records
 Information collected from the Index field.
 
lzma_vli remaining
 Number of Records not fully decoded.
 
lzma_vli unpadded_size
 Unpadded Size currently being read from an Index Record.
 
lzma_vli uncompressed_size
 Uncompressed Size currently being read from an Index Record.
 
size_t pos
 
uint32_t crc32
 CRC32 of the Index.
 
enum lzma_index_hash_s:: { ... }  sequence
 
enum lzma_index_hash_s:: { ... }  sequence
 

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
SEQ_BLOCK 
SEQ_COUNT 
SEQ_UNPADDED 
SEQ_UNCOMPRESSED 
SEQ_PADDING_INIT 
SEQ_PADDING 
SEQ_CRC32 

◆ anonymous enum

anonymous enum
Enumerator
SEQ_BLOCK 
SEQ_COUNT 
SEQ_UNPADDED 
SEQ_UNCOMPRESSED 
SEQ_PADDING_INIT 
SEQ_PADDING 
SEQ_CRC32 

◆ anonymous enum

anonymous enum
Enumerator
SEQ_BLOCK 
SEQ_COUNT 
SEQ_UNPADDED 
SEQ_UNCOMPRESSED 
SEQ_PADDING_INIT 
SEQ_PADDING 
SEQ_CRC32 

Field Documentation

◆ blocks

Information collected while decoding the actual Blocks.

◆ crc32

uint32_t crc32

CRC32 of the Index.

◆ pos

size_t pos

Position in variable-length integers when decoding them from the List of Records.

◆ records

Information collected from the Index field.

◆ remaining

lzma_vli remaining

Number of Records not fully decoded.

◆ [] [1/3]

enum { ... } sequence

◆ [] [2/3]

enum { ... } sequence

◆ [] [3/3]

enum { ... } sequence

◆ uncompressed_size

lzma_vli uncompressed_size

Uncompressed Size currently being read from an Index Record.

◆ unpadded_size

lzma_vli unpadded_size

Unpadded Size currently being read from an Index Record.


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