Lines Matching refs:MZ_CLEAR_OBJ

182 #define MZ_CLEAR_OBJ(obj) memset(&(obj), 0, sizeof(obj))  macro
744MZ_CLEAR_OBJ(r->m_tables[2].m_code_size); for (counter = 0; counter < r->m_table_sizes[2]; counter… in tinfl_decompress()
750 …s[16]; pTable = &r->m_tables[r->m_type]; MZ_CLEAR_OBJ(total_syms); MZ_CLEAR_OBJ(pTable->m_look_up)… in tinfl_decompress()
1060 …ass, i, hist[256 * 2]; tdefl_sym_freq* pCur_syms = pSyms0, *pNew_syms = pSyms1; MZ_CLEAR_OBJ(hist); in tdefl_radix_sort_syms()
1112 …_HUFF_CODESIZE]; mz_uint next_code[TDEFL_MAX_SUPPORTED_HUFF_CODESIZE + 1]; MZ_CLEAR_OBJ(num_codes); in tdefl_optimize_huffman_table()
1130 MZ_CLEAR_OBJ(d->m_huff_code_sizes[table_num]); MZ_CLEAR_OBJ(d->m_huff_codes[table_num]); in tdefl_optimize_huffman_table()
1925 …if (flush == TDEFL_FULL_FLUSH) { MZ_CLEAR_OBJ(d->m_hash); MZ_CLEAR_OBJ(d->m_next); d->m_dict_size … in tdefl_compress()
1941 if (!(flags & TDEFL_NONDETERMINISTIC_PARSING_FLAG)) MZ_CLEAR_OBJ(d->m_hash); in tdefl_init()
1998 tdefl_output_buffer out_buf; MZ_CLEAR_OBJ(out_buf); in tdefl_compress_mem_to_heap()
2007 tdefl_output_buffer out_buf; MZ_CLEAR_OBJ(out_buf); in tdefl_compress_mem_to_mem()
2047MZ_CLEAR_OBJ(out_buf); out_buf.m_expandable = MZ_TRUE; out_buf.m_capacity = 57+MZ_MAX(64, (1+bpl)*… in tdefl_write_image_to_png_file_in_memory_ex()
3308 mz_uint64 cur_ofs = 0; char buf[4096]; MZ_CLEAR_OBJ(buf); in mz_zip_writer_init_file()
3574 MZ_CLEAR_OBJ(local_dir_header); in mz_zip_writer_add_mem_ex()
3709 MZ_CLEAR_OBJ(local_dir_header); in mz_zip_writer_add_file()
3981 MZ_CLEAR_OBJ(hdr); in mz_zip_writer_finalize_archive()
4055 MZ_CLEAR_OBJ(zip_archive); in mz_zip_add_mem_to_archive_file_in_place()
4107 MZ_CLEAR_OBJ(zip_archive); in mz_zip_extract_archive_file_to_heap()