Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c323 int64_t bytes_uncopied; member
1747 rar->bytes_uncopied = rar->bytes_unconsumed = 0; in read_header()
2062 bs = (size_t)rar->bytes_uncopied; in read_data_compressed()
2067 rar->bytes_uncopied -= bs; in read_data_compressed()
2106 rar->bytes_uncopied++; in read_data_compressed()
2154 rar->bytes_uncopied += length + 32; in read_data_compressed()
2166 rar->bytes_uncopied += length + 4; in read_data_compressed()
2171 rar->bytes_uncopied++; in read_data_compressed()
2200 rar->bytes_uncopied = end - start; in read_data_compressed()
2215 bs = (size_t)rar->bytes_uncopied; in read_data_compressed()
[all …]