Searched refs:flush_bytes (Results 1 – 1 of 1) sorted by relevance
1867 int64_t flush_bytes; in decompress() local1903 flush_bytes = zip->folder_outbytes_remaining; in decompress()1905 flush_bytes = 0; in decompress()1925 if (flush_bytes > 0) in decompress()1926 flush_bytes--; in decompress()1928 (zip->ppstream.avail_in || flush_bytes)); in decompress()