Searched refs:m_flags (Results 1 – 3 of 3) sorted by relevance
229 …nit((tdefl_compressor *)pStream->state, NULL, NULL, ((tdefl_compressor *)pStream->state)->m_flags); in mz_deflateReset()1237 …int n, use_raw_block = ((d->m_flags & TDEFL_FORCE_ALL_RAW_BLOCKS) != 0) && (d->m_lookahead_pos - d… in tdefl_flush_block()1250 if ((d->m_flags & TDEFL_WRITE_ZLIB_HEADER) && (!d->m_block_index)) in tdefl_flush_block()1263 …comp_block_succeeded = tdefl_compress_block(d, (d->m_flags & TDEFL_FORCE_ALL_STATIC_BLOCKS) || (d-… in tdefl_flush_block()1302 if (d->m_flags & TDEFL_WRITE_ZLIB_HEADER) in tdefl_flush_block()1770 if (d->m_flags & (TDEFL_RLE_MATCHES | TDEFL_FORCE_ALL_RAW_BLOCKS)) in tdefl_compress_normal()1772 if ((d->m_dict_size) && (!(d->m_flags & TDEFL_FORCE_ALL_RAW_BLOCKS))) in tdefl_compress_normal()1792 …& (cur_match_dist >= 8U * 1024U)) || (cur_pos == cur_match_dist) || ((d->m_flags & TDEFL_FILTER_MA… in tdefl_compress_normal()1823 … else if ((d->m_greedy_parsing) || (d->m_flags & TDEFL_RLE_MATCHES) || (cur_match_len >= 128)) in tdefl_compress_normal()1841 …code_buf - d->m_lz_code_buf) * 115) >> 7) >= d->m_total_lz_bytes) || (d->m_flags & TDEFL_FORCE_ALL… in tdefl_compress_normal()[all …]
719 mz_uint m_flags, m_max_probes[2]; member
706 mz_uint m_flags, m_max_probes[2]; member