Searched refs:m_pLZ_code_buf (Results 1 – 3 of 3) sorted by relevance
1086 mz_uint8 *pLZ_code_buf_end = d->m_pLZ_code_buf; in tdefl_compress_lz_codes()1181 for (pLZ_codes = d->m_lz_code_buf; pLZ_codes < d->m_pLZ_code_buf; flags >>= 1) in tdefl_compress_lz_codes()1248 d->m_pLZ_code_buf -= (d->m_num_flags_left == 8); in tdefl_flush_block()1332 d->m_pLZ_code_buf = d->m_lz_code_buf + 1; in tdefl_flush_block()1498 mz_uint8 *pLZ_code_buf = d->m_pLZ_code_buf, *pLZ_flags = d->m_pLZ_flags; in tdefl_compress_fast()1605 d->m_pLZ_code_buf = pLZ_code_buf; in tdefl_compress_fast()1611 pLZ_code_buf = d->m_pLZ_code_buf; in tdefl_compress_fast()1644 d->m_pLZ_code_buf = pLZ_code_buf; in tdefl_compress_fast()1650 pLZ_code_buf = d->m_pLZ_code_buf; in tdefl_compress_fast()1661 d->m_pLZ_code_buf = pLZ_code_buf; in tdefl_compress_fast()[all …]
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