Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c1853 uint64_t flush_bytes; in decompress() local
1889 flush_bytes = zip->folder_outbytes_remaining; in decompress()
1891 flush_bytes = 0; in decompress()
1912 if (flush_bytes) in decompress()
1913 flush_bytes--; in decompress()
1915 (zip->ppstream.avail_in || flush_bytes)); in decompress()