Searched refs:MZ_TRUE (Results 1 – 2 of 2) sorted by relevance
1249 tdefl_optimize_huffman_table(d, 0, 288, 15, MZ_TRUE); in tdefl_start_static_block()1250 tdefl_optimize_huffman_table(d, 1, 32, 15, MZ_TRUE); in tdefl_start_static_block()1451 tdefl_compress_block(d, MZ_TRUE); in tdefl_flush_block()1667 return (n < 0) ? MZ_FALSE : MZ_TRUE; in tdefl_compress_fast()1694 return (n < 0) ? MZ_FALSE : MZ_TRUE; in tdefl_compress_fast()1702 return MZ_TRUE; in tdefl_compress_fast()1846 return (n < 0) ? MZ_FALSE : MZ_TRUE; in tdefl_compress_normal()1851 return MZ_TRUE; in tdefl_compress_normal()1993 return MZ_TRUE; in tdefl_output_buffer_putter()2000 out_buf.m_expandable = MZ_TRUE; in tdefl_compress_mem_to_heap()[all …]
302 #define MZ_TRUE (1) macro