Rizin
unix-like reverse engineering framework and cli tools
|
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... | |
Definition at line 18 of file index_hash.c.
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().
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().
lzma_vli lzma_index_hash_info::count |
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().
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().