Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
index_cat_info Struct Reference

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_treestreams
 Destination index' Stream tree.
 

Detailed Description

Structure to pass info to index_cat_helper()

Field Documentation

◆ block_number_add

lzma_vli block_number_add

Same as above but for Block numbers.

◆ file_size

lzma_vli file_size

Compressed file size of the destination.

◆ stream_number_add

uint32_t 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.

◆ streams

index_tree * streams

Destination index' Stream tree.

◆ uncompressed_size

lzma_vli uncompressed_size

Uncompressed size of the destination.


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