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

Structure to pass info to index_cat_helper() More...

Public Attributes

lzma_vli uncompressed_size
 Uncompressed size of the destination. More...
 
lzma_vli file_size
 Compressed file size of the destination. More...
 
lzma_vli block_number_add
 Same as above but for Block numbers. More...
 
uint32_t stream_number_add
 
index_treestreams
 Destination index' Stream tree. More...
 

Detailed Description

Structure to pass info to index_cat_helper()

Definition at line 720 of file index.c.

Member Data Documentation

◆ block_number_add

lzma_vli index_cat_info::block_number_add

Same as above but for Block numbers.

Definition at line 728 of file index.c.

◆ file_size

lzma_vli index_cat_info::file_size

Compressed file size of the destination.

Definition at line 725 of file index.c.

◆ stream_number_add

uint32_t index_cat_info::stream_number_add

Number of Streams that were in the destination index before we started appending new Streams from the source index. This is used to fix the Stream numbering.

Definition at line 733 of file index.c.

◆ streams

index_tree* index_cat_info::streams

Destination index' Stream tree.

Definition at line 736 of file index.c.

◆ uncompressed_size

lzma_vli index_cat_info::uncompressed_size

Uncompressed size of the destination.

Definition at line 722 of file index.c.


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