Searched refs:m_output_flush_remaining (Results 1 – 2 of 2) sorted by relevance
1412 MZ_ASSERT(!d->m_output_flush_remaining); in tdefl_flush_block()1414 d->m_output_flush_remaining = 0; in tdefl_flush_block()1490 d->m_output_flush_remaining = n; in tdefl_flush_block()1499 return d->m_output_flush_remaining; in tdefl_flush_block()1863 size_t n = MZ_MIN(*d->m_pOut_buf_size - d->m_out_buf_ofs, d->m_output_flush_remaining); in tdefl_flush_output_buffer()1866 d->m_output_flush_remaining -= (mz_uint)n; in tdefl_flush_output_buffer()1872 return (d->m_finished && !d->m_output_flush_remaining) ? TDEFL_STATUS_DONE : TDEFL_STATUS_OKAY; in tdefl_flush_output_buffer()1899 if ((d->m_output_flush_remaining) || (d->m_finished)) in tdefl_compress()1920 if ((flush) && (!d->m_lookahead_size) && (!d->m_src_buf_left) && (!d->m_output_flush_remaining)) in tdefl_compress()1943 …d->m_output_flush_ofs = d->m_output_flush_remaining = d->m_finished = d->m_block_index = d->m_bit_… in tdefl_init()
701 …match_dist, m_saved_match_len, m_saved_lit, m_output_flush_ofs, m_output_flush_remaining, m_finish… member