Lines Matching refs:MZ_FREE
172 #define MZ_FREE(x) (void)x, ((void)0) macro
176 #define MZ_FREE(x) free(x) macro
234 MZ_FREE(p); in mz_free()
240 static void def_free_func(void *opaque, void *address) { (void)opaque, (void)address; MZ_FREE(addre… in def_free_func()
952 MZ_FREE(pBuf); *pOut_len = 0; return NULL; in tinfl_decompress_mem_to_heap()
961 MZ_FREE(pBuf); *pOut_len = 0; return NULL; in tinfl_decompress_mem_to_heap()
998 MZ_FREE(pDict); in tinfl_decompress_mem_to_callback()
1971 MZ_FREE(pComp); return succeeded; in tdefl_compress_mem_to_output()
2047 … (NULL == (out_buf.m_pBuf = (mz_uint8*)MZ_MALLOC(out_buf.m_capacity))) { MZ_FREE(pComp); return NU… in tdefl_write_image_to_png_file_in_memory_ex()
2053 …ess_buffer(pComp, NULL, 0, TDEFL_FINISH) != TDEFL_STATUS_DONE) { MZ_FREE(pComp); MZ_FREE(out_buf.m… in tdefl_write_image_to_png_file_in_memory_ex()
2065 …49\x45\x4e\x44\xae\x42\x60\x82", 16, &out_buf)) { *pLen_out = 0; MZ_FREE(pComp); MZ_FREE(out_buf.m… in tdefl_write_image_to_png_file_in_memory_ex()
2068 *pLen_out += 57; MZ_FREE(pComp); return out_buf.m_pBuf; in tdefl_write_image_to_png_file_in_memory_ex()