Lines Matching defs:MZ_TRUE
1282 #define MZ_TRUE (1)
3492 tdefl_optimize_huffman_table(d, 0, 288, 15, MZ_TRUE);
3493 tdefl_optimize_huffman_table(d, 1, 32, 15, MZ_TRUE);
3715 tdefl_compress_block(d, MZ_TRUE);
4004 return (n < 0) ? MZ_FALSE : MZ_TRUE;
4040 return (n < 0) ? MZ_FALSE : MZ_TRUE;
4056 return MZ_TRUE;
4236 return (n < 0) ? MZ_FALSE : MZ_TRUE;
4242 return MZ_TRUE;
4421 return MZ_TRUE;
4432 out_buf.m_expandable = MZ_TRUE;
4518 out_buf.m_expandable = MZ_TRUE;
4810 if (pArray->m_capacity >= min_new_capacity) return MZ_TRUE;
4820 return MZ_TRUE;
4831 return MZ_TRUE;
4843 return MZ_TRUE;
4849 return mz_zip_array_reserve(pZip, pArray, pArray->m_size + n, MZ_TRUE);
4857 if (!mz_zip_array_resize(pZip, pArray, orig_size + n, MZ_TRUE))
4861 return MZ_TRUE;
4913 return MZ_TRUE;
4952 return MZ_TRUE;
5164 return MZ_TRUE;
5176 return MZ_TRUE;
5205 return MZ_TRUE;
5242 return MZ_TRUE;
5280 return MZ_TRUE;
5290 if ((external_attr & 0x10) != 0) return MZ_TRUE;
5337 return MZ_TRUE;
5365 return MZ_TRUE;
5487 if (!file_stat.m_comp_size) return MZ_TRUE;
5493 if (mz_zip_reader_is_file_a_directory(pZip, file_index)) return MZ_TRUE;
5694 if (!file_stat.m_comp_size) return MZ_TRUE;
5700 if (mz_zip_reader_is_file_a_directory(pZip, file_index)) return MZ_TRUE;
5911 return MZ_TRUE;
5973 return MZ_TRUE;
6019 return MZ_TRUE;
6059 return MZ_TRUE;
6112 return MZ_TRUE;
6137 return MZ_TRUE;
6158 return MZ_TRUE;
6183 return MZ_TRUE;
6227 return MZ_TRUE;
6239 return MZ_TRUE;
6262 return MZ_TRUE;
6371 store_data_uncompressed = MZ_TRUE;
6434 return MZ_TRUE;
6579 result = MZ_TRUE;
6627 return MZ_TRUE;
6776 return MZ_TRUE;
6829 return MZ_TRUE;
6842 return MZ_TRUE;
6847 mz_bool status = MZ_TRUE;
6895 created_new_archive = MZ_TRUE;