Home
last modified time | relevance | path

Searched refs:compressed_base (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/xz/src/liblzma/common/
H A Dindex.c37 lzma_vli compressed_base; member
248 assert(tree->rightmost->compressed_base < node->compressed_base); in index_tree_append()
349 s->node.compressed_base = compressed_base; in index_stream_init()
564 return index_file_size(s->node.compressed_base, in lzma_index_file_size()
652 const lzma_vli compressed_base = g == NULL ? 0 in lzma_index_append() local
660 if (index_file_size(s->node.compressed_base, in lzma_index_append()
693 g->node.compressed_base = compressed_base; in lzma_index_append()
704 = compressed_base + unpadded_size; in lzma_index_append()
754 this->node.compressed_base += info->file_size; in index_cat_helper()
901 destg->node.compressed_base = 0; in index_dup_stream()
[all …]