Searched refs:m_decomp (Results 1 – 1 of 1) sorted by relevance
400 tinfl_decompressor m_decomp; member426 tinfl_init(&pDecomp->m_decomp); in mz_inflateInit2()468 …status = tinfl_decompress(&pState->m_decomp, pStream->next_in, &in_bytes, pStream->next_out, pStre… in mz_inflate()471 pStream->adler = tinfl_get_adler32(&pState->m_decomp); in mz_inflate()500 …status = tinfl_decompress(&pState->m_decomp, pStream->next_in, &in_bytes, pState->m_dict, pState->… in mz_inflate()504 pStream->total_in += (mz_uint)in_bytes; pStream->adler = tinfl_get_adler32(&pState->m_decomp); in mz_inflate()