Searched refs:TDEFL_COMP_FAST_LOOKAHEAD_SIZE (Results 1 – 1 of 1) sorted by relevance
3891 const mz_uint TDEFL_COMP_FAST_LOOKAHEAD_SIZE = 4096; in tdefl_compress_fast() local3895 d->m_src_buf_left, TDEFL_COMP_FAST_LOOKAHEAD_SIZE - lookahead_size); in tdefl_compress_fast()3911 if ((!d->m_flush) && (lookahead_size < TDEFL_COMP_FAST_LOOKAHEAD_SIZE)) in tdefl_compress_fast()