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