Lines Matching defs:m_dict_ofs
2195 mz_uint m_dict_ofs, m_dict_avail, m_first_call, m_has_flushed;
2224 pDecomp->m_dict_ofs = 0;
2291 memcpy(pStream->next_out, pState->m_dict + pState->m_dict_ofs, n);
2296 pState->m_dict_ofs = (pState->m_dict_ofs + n) & (TINFL_LZ_DICT_SIZE - 1);
2305 out_bytes = TINFL_LZ_DICT_SIZE - pState->m_dict_ofs;
2309 pState->m_dict + pState->m_dict_ofs, &out_bytes, decomp_flags);
2320 memcpy(pStream->next_out, pState->m_dict + pState->m_dict_ofs, n);
2325 pState->m_dict_ofs = (pState->m_dict_ofs + n) & (TINFL_LZ_DICT_SIZE - 1);