Searched refs:Z_BEST_COMPRESSION (Results 1 – 13 of 13) sorted by relevance
| /freebsd/usr.bin/mkuzip/ |
| H A D | mkuz_zlib.c | 53 *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 D | zmod.h | 56 #define Z_BEST_COMPRESSION 9 macro
|
| /freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | zmod.h | 55 #define Z_BEST_COMPRESSION 9 macro
|
| /freebsd/usr.sbin/fifolog/fifolog_writer/ |
| H A D | fifolog_writer.c | 61 unsigned z_opt = Z_BEST_COMPRESSION; in main()
|
| /freebsd/sys/contrib/zlib/test/ |
| H A D | example.c | 275 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 D | subr_compressor.c | 122 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 D | example.c | 341 deflateParams(&c_stream, Z_BEST_COMPRESSION, Z_FILTERED); 493 err = deflateInit(&c_stream, Z_BEST_COMPRESSION);
|
| H A D | example_original.c | 333 deflateParams(&c_stream, Z_BEST_COMPRESSION, Z_FILTERED); 485 err = deflateInit(&c_stream, Z_BEST_COMPRESSION);
|
| H A D | zwrapbench.c | 652 if (cLevelLast > Z_BEST_COMPRESSION) cLevelLast = Z_BEST_COMPRESSION; in BMK_benchCLevel()
|
| /freebsd/usr.sbin/fifolog/lib/ |
| H A D | fifolog_write_poll.c | 129 if (compression > Z_BEST_COMPRESSION) in fifolog_write_open()
|
| /freebsd/sys/contrib/zlib/ |
| H A D | zlib.h | 192 #define Z_BEST_COMPRESSION 9 macro
|
| /freebsd/sys/contrib/zstd/programs/ |
| H A D | fileio.c | 1085 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 D | ctf.c | 556 if ((rc = deflateInit(&rb->rb_zstr, Z_BEST_COMPRESSION)) != Z_OK) in compress_start()
|