Searched refs:m_pOutput_buf_end (Results 1 – 2 of 2) sorted by relevance
699 mz_uint8 *m_pLZ_code_buf, *m_pLZ_flags, *m_pOutput_buf, *m_pOutput_buf_end; member
1149 if (d->m_pOutput_buf < d->m_pOutput_buf_end) \1319 if (pOutput_buf >= d->m_pOutput_buf_end) in tdefl_compress_lz_codes()1344 return (d->m_pOutput_buf < d->m_pOutput_buf_end); in tdefl_compress_lz_codes()1388 return (d->m_pOutput_buf < d->m_pOutput_buf_end); in tdefl_compress_lz_codes()1410 d->m_pOutput_buf_end = d->m_pOutput_buf + TDEFL_OUT_BUF_SIZE - 16; in tdefl_flush_block()1467 MZ_ASSERT(d->m_pOutput_buf < d->m_pOutput_buf_end); in tdefl_flush_block()1945 …d->m_pOutput_buf = d->m_output_buf; d->m_pOutput_buf_end = d->m_output_buf; d->m_prev_return_statu… in tdefl_init()