Searched refs:compressed_base (Results 1 – 2 of 2) sorted by relevance
37 lzma_vli compressed_base; member248 assert(tree->rightmost->compressed_base < node->compressed_base); in index_tree_append()340 index_stream_init(lzma_vli compressed_base, lzma_vli uncompressed_base, in index_stream_init() argument349 s->node.compressed_base = compressed_base; in index_stream_init()556 index_file_size(lzma_vli compressed_base, lzma_vli unpadded_sum, in index_file_size() argument565 lzma_vli file_size = compressed_base + 2 * LZMA_STREAM_HEADER_SIZE in index_file_size()584 return index_file_size(s->node.compressed_base, in lzma_index_file_size()672 const lzma_vli compressed_base = g == NULL ? 0 in lzma_index_append() local686 if (compressed_base + unpadded_size > UNPADDED_SIZE_MAX) in lzma_index_append()690 if (index_file_size(s->node.compressed_base, in lzma_index_append()[all …]
15083 than UNPADDED_SIZE_MAX, but no check was done once compressed_base was