Searched refs:m_pOutput_buf_end (Results 1 – 3 of 3) sorted by relevance
722 mz_uint8 *m_pLZ_code_buf, *m_pLZ_flags, *m_pOutput_buf, *m_pOutput_buf_end; member
709 mz_uint8 *m_pLZ_code_buf, *m_pLZ_flags, *m_pOutput_buf, *m_pOutput_buf_end; member
913 if (d->m_pOutput_buf < d->m_pOutput_buf_end) \1147 if (pOutput_buf >= d->m_pOutput_buf_end) in tdefl_compress_lz_codes()1172 return (d->m_pOutput_buf < d->m_pOutput_buf_end); in tdefl_compress_lz_codes()1219 return (d->m_pOutput_buf < d->m_pOutput_buf_end); in tdefl_compress_lz_codes()1241 d->m_pOutput_buf_end = d->m_pOutput_buf + TDEFL_OUT_BUF_SIZE - 16; in tdefl_flush_block()1327 MZ_ASSERT(d->m_pOutput_buf < d->m_pOutput_buf_end); in tdefl_flush_block()1967 d->m_pOutput_buf_end = d->m_output_buf; in tdefl_init()