Searched refs:total_lz_bytes (Results 1 – 1 of 1) sorted by relevance
1571 …s, lookahead_size = d->m_lookahead_size, dict_size = d->m_dict_size, total_lz_bytes = d->m_total_l… in tdefl_compress_fast() local1654 total_lz_bytes += cur_match_len; in tdefl_compress_fast()1665 …d->m_total_lz_bytes = total_lz_bytes; d->m_pLZ_code_buf = pLZ_code_buf; d->m_pLZ_flags = pLZ_flags… in tdefl_compress_fast()1668 …total_lz_bytes = d->m_total_lz_bytes; pLZ_code_buf = d->m_pLZ_code_buf; pLZ_flags = d->m_pLZ_flags… in tdefl_compress_fast()1676 total_lz_bytes++; in tdefl_compress_fast()1692 …d->m_total_lz_bytes = total_lz_bytes; d->m_pLZ_code_buf = pLZ_code_buf; d->m_pLZ_flags = pLZ_flags… in tdefl_compress_fast()1695 …total_lz_bytes = d->m_total_lz_bytes; pLZ_code_buf = d->m_pLZ_code_buf; pLZ_flags = d->m_pLZ_flags… in tdefl_compress_fast()1701 …d->m_total_lz_bytes = total_lz_bytes; d->m_pLZ_code_buf = pLZ_code_buf; d->m_pLZ_flags = pLZ_flags… in tdefl_compress_fast()