Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/xz/dist/src/liblzma/common/
H A Dindex.c34 lzma_vli uncompressed_base; member
247 assert(tree->rightmost->uncompressed_base <= node->uncompressed_base); in index_tree_append()
321 || tree->leftmost->uncompressed_base == 0); in index_tree_locate()
326 if (node->uncompressed_base > target) { in index_tree_locate()
340 index_stream_init(lzma_vli compressed_base, lzma_vli uncompressed_base, in index_stream_init() argument
348 s->node.uncompressed_base = uncompressed_base; in index_stream_init()
654 const lzma_vli uncompressed_base = g == NULL ? 0 in lzma_index_append() local
692 g->node.uncompressed_base = uncompressed_base; in lzma_index_append()
702 = uncompressed_base + uncompressed_size; in lzma_index_append()
753 this->node.uncompressed_base += info->uncompressed_size; in index_cat_helper()
[all …]