Searched refs:TINFL_LZ_DICT_SIZE (Results 1 – 3 of 3) sorted by relevance
355 mz_uint8 m_dict[TINFL_LZ_DICT_SIZE];491 pState->m_dict_ofs = (pState->m_dict_ofs + n) & (TINFL_LZ_DICT_SIZE - 1); in mz_inflate()498 out_bytes = TINFL_LZ_DICT_SIZE - pState->m_dict_ofs; in mz_inflate()516 pState->m_dict_ofs = (pState->m_dict_ofs + n) & (TINFL_LZ_DICT_SIZE - 1); in mz_inflate()2905 mz_uint8 *pDict = (mz_uint8 *)MZ_MALLOC(TINFL_LZ_DICT_SIZE); in tinfl_decompress_mem_to_callback()2912 … size_t in_buf_size = *pIn_buf_size - in_buf_ofs, dst_buf_size = TINFL_LZ_DICT_SIZE - dict_ofs; in tinfl_decompress_mem_to_callback()2923 dict_ofs = (dict_ofs + dst_buf_size) & (TINFL_LZ_DICT_SIZE - 1); in tinfl_decompress_mem_to_callback()4711 if (NULL == (pWrite_buf = pZip->m_pAlloc(pZip->m_pAlloc_opaque, 1, TINFL_LZ_DICT_SIZE))) in mz_zip_reader_extract_to_callback()4720 … mz_uint8 *pWrite_buf_cur = (mz_uint8 *)pWrite_buf + (out_buf_ofs & (TINFL_LZ_DICT_SIZE - 1)); in mz_zip_reader_extract_to_callback()4721 … size_t in_buf_size, out_buf_size = TINFL_LZ_DICT_SIZE - (out_buf_ofs & (TINFL_LZ_DICT_SIZE - 1)); in mz_zip_reader_extract_to_callback()[all …]
574 #define TINFL_LZ_DICT_SIZE 32768 macro
815 #define TINFL_LZ_DICT_SIZE 32768 macro