Lines Matching defs:comp_flags
2043 mz_uint comp_flags =
2068 if (tdefl_init(pComp, NULL, NULL, comp_flags) != TDEFL_STATUS_OKAY) {
4463 mz_uint comp_flags =
4466 if (window_bits > 0) comp_flags |= TDEFL_WRITE_ZLIB_HEADER;
4469 comp_flags |= TDEFL_FORCE_ALL_RAW_BLOCKS;
4471 comp_flags |= TDEFL_FILTER_MATCHES;
4473 comp_flags &= ~TDEFL_MAX_PROBES_MASK;
4475 comp_flags |= TDEFL_FORCE_ALL_STATIC_BLOCKS;
4477 comp_flags |= TDEFL_RLE_MATCHES;
4479 return comp_flags;