Rizin
unix-like reverse engineering framework and cli tools
lzma_index_hash_info Struct Reference

Public Attributes

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

Detailed Description

Definition at line 18 of file index_hash.c.

Member Data Documentation

◆ blocks_size

lzma_vli lzma_index_hash_info::blocks_size

Sum of the Block sizes (including Block Padding)

Definition at line 20 of file index_hash.c.

Referenced by LZMA_API().

◆ check

lzma_check_state lzma_index_hash_info::check

Check calculated from Unpadded Sizes and Uncompressed Sizes.

Definition at line 32 of file index_hash.c.

Referenced by LZMA_API().

◆ count

lzma_vli lzma_index_hash_info::count

Number of Records.

Definition at line 26 of file index_hash.c.

Referenced by LZMA_API().

◆ index_list_size

lzma_vli lzma_index_hash_info::index_list_size

Size of the List of Index Records as bytes.

Definition at line 29 of file index_hash.c.

Referenced by LZMA_API().

◆ uncompressed_size

lzma_vli lzma_index_hash_info::uncompressed_size

Sum of the Uncompressed Size fields.

Definition at line 23 of file index_hash.c.

Referenced by LZMA_API().


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