Searched refs:MZ_FREE (Results 1 – 1 of 1) sorted by relevance
172 #define MZ_FREE(x) (void)x, ((void)0) macro176 #define MZ_FREE(x) free(x) macro234 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()[all …]