Data Fields | |
lzma_vli | uncompressed_base |
lzma_vli | compressed_base |
Compressed start offset of this Stream or Block. | |
index_tree_node * | parent |
index_tree_node * | left |
index_tree_node * | right |
Uncompressed start offset of this Stream (relative to the beginning of the file) or Block (relative to the beginning of the Stream)
Referenced by index_cat_helper(), index_dup_stream(), index_stream_init(), index_tree_append(), index_tree_locate(), lzma_index_append(), lzma_index_iter_locate(), and lzma_index_iter_next().
Compressed start offset of this Stream or Block.
Referenced by index_cat_helper(), index_dup_stream(), index_stream_init(), index_tree_append(), lzma_index_append(), and lzma_index_file_size().