XZ Utils
5.2.10
|
Structure to pass info to index_cat_helper() More...
Data Fields | |
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_tree * | streams |
Destination index' Stream tree. More... | |
Structure to pass info to index_cat_helper()
lzma_vli index_cat_info::uncompressed_size |
Uncompressed size of the destination.
Referenced by index_cat_helper().
lzma_vli index_cat_info::file_size |
Compressed file size of the destination.
Referenced by index_cat_helper().
lzma_vli index_cat_info::block_number_add |
Same as above but for Block numbers.
Referenced by index_cat_helper().
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.
Referenced by index_cat_helper().
index_tree* index_cat_info::streams |
Destination index' Stream tree.
Referenced by index_cat_helper().