Home
last modified time | relevance | path

Searched refs:Z_BEST_COMPRESSION (Results 1 – 13 of 13) sorted by relevance

/freebsd/usr.bin/mkuzip/
H A Dmkuz_zlib.c53 *comp_level = Z_BEST_COMPRESSION; in mkuz_zlib_init()
54 if (*comp_level < Z_BEST_SPEED || *comp_level > Z_BEST_COMPRESSION) in mkuz_zlib_init()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dzmod.h56 #define Z_BEST_COMPRESSION 9 macro
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dzmod.h55 #define Z_BEST_COMPRESSION 9 macro
/freebsd/usr.sbin/fifolog/fifolog_writer/
H A Dfifolog_writer.c61 unsigned z_opt = Z_BEST_COMPRESSION; in main()
/freebsd/sys/contrib/zlib/test/
H A Dexample.c275 deflateParams(&c_stream, Z_BEST_COMPRESSION, Z_FILTERED); in test_large_deflate()
416 err = deflateInit(&c_stream, Z_BEST_COMPRESSION); in test_dict_deflate()
/freebsd/sys/kern/
H A Dsubr_compressor.c122 else if (level > Z_BEST_COMPRESSION) in gz_init()
123 level = Z_BEST_COMPRESSION; in gz_init()
/freebsd/sys/contrib/zstd/zlibWrapper/examples/
H A Dexample.c341 deflateParams(&c_stream, Z_BEST_COMPRESSION, Z_FILTERED);
493 err = deflateInit(&c_stream, Z_BEST_COMPRESSION);
H A Dexample_original.c333 deflateParams(&c_stream, Z_BEST_COMPRESSION, Z_FILTERED);
485 err = deflateInit(&c_stream, Z_BEST_COMPRESSION);
H A Dzwrapbench.c652 if (cLevelLast > Z_BEST_COMPRESSION) cLevelLast = Z_BEST_COMPRESSION; in BMK_benchCLevel()
/freebsd/usr.sbin/fifolog/lib/
H A Dfifolog_write_poll.c129 if (compression > Z_BEST_COMPRESSION) in fifolog_write_open()
/freebsd/sys/contrib/zlib/
H A Dzlib.h192 #define Z_BEST_COMPRESSION 9 macro
/freebsd/sys/contrib/zstd/programs/
H A Dfileio.c1085 if (compressionLevel > Z_BEST_COMPRESSION) in FIO_compressGzFrame()
1086 compressionLevel = Z_BEST_COMPRESSION; in FIO_compressGzFrame()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c556 if ((rc = deflateInit(&rb->rb_zstr, Z_BEST_COMPRESSION)) != Z_OK) in compress_start()