Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c323 int64_t bytes_uncopied; member
1776 rar->bytes_uncopied = rar->bytes_unconsumed = 0; in read_header()
2091 bs = (size_t)rar->bytes_uncopied; in read_data_compressed()
2096 rar->bytes_uncopied -= bs; in read_data_compressed()
2135 rar->bytes_uncopied++; in read_data_compressed()
2183 rar->bytes_uncopied += length + 32; in read_data_compressed()
2195 rar->bytes_uncopied += length + 4; in read_data_compressed()
2200 rar->bytes_uncopied++; in read_data_compressed()
2229 rar->bytes_uncopied = end - start; in read_data_compressed()
2244 bs = (size_t)rar->bytes_uncopied; in read_data_compressed()
[all …]