XZ Utils  5.1.0alpha
Data Fields
lzma_index_hash_info Struct Reference

Data Fields

lzma_vli blocks_size
 Sum of the Block sizes (including Block Padding)
lzma_vli uncompressed_size
 Sum of the Uncompressed Size fields.
lzma_vli count
 Number of Records.
lzma_vli index_list_size
 Size of the List of Index Records as bytes.
lzma_check_state check
 Check calculated from Unpadded Sizes and Uncompressed Sizes.

Field Documentation

lzma_vli lzma_index_hash_info::blocks_size

Sum of the Block sizes (including Block Padding)

Referenced by hash_append().

lzma_vli lzma_index_hash_info::uncompressed_size

Sum of the Uncompressed Size fields.

Referenced by hash_append().

lzma_vli lzma_index_hash_info::count

Number of Records.

Referenced by hash_append().

lzma_vli lzma_index_hash_info::index_list_size

Size of the List of Index Records as bytes.

Referenced by hash_append().

lzma_check_state lzma_index_hash_info::check

Check calculated from Unpadded Sizes and Uncompressed Sizes.

Referenced by hash_append().


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