Searched refs:m_dict_ofs (Results 1 – 1 of 1) sorted by relevance
2195 mz_uint m_dict_ofs, m_dict_avail, m_first_call, m_has_flushed; member2224 pDecomp->m_dict_ofs = 0; in mz_inflateInit2()2291 memcpy(pStream->next_out, pState->m_dict + pState->m_dict_ofs, n); in mz_inflate()2296 pState->m_dict_ofs = (pState->m_dict_ofs + n) & (TINFL_LZ_DICT_SIZE - 1); in mz_inflate()2305 out_bytes = TINFL_LZ_DICT_SIZE - pState->m_dict_ofs; in mz_inflate()2309 pState->m_dict + pState->m_dict_ofs, &out_bytes, decomp_flags); in mz_inflate()2320 memcpy(pStream->next_out, pState->m_dict + pState->m_dict_ofs, n); in mz_inflate()2325 pState->m_dict_ofs = (pState->m_dict_ofs + n) & (TINFL_LZ_DICT_SIZE - 1); in mz_inflate()