Searched refs:Z_BEST_COMPRESSION (Results 1 – 16 of 16) sorted by relevance
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/fallback/ |
H A D | constants.h | 507 #ifdef Z_BEST_COMPRESSION in constant() 508 *iv_return = Z_BEST_COMPRESSION; in constant()
|
/openbsd/regress/lib/libz/ |
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()
|
H A D | utils_unittest.cc | 66 ret = deflateInit(&comp_strm, Z_BEST_COMPRESSION); in TEST()
|
/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/t/ |
H A D | cz-03zlib-v1.t | 132 $compr = compress($hello, Z_BEST_COMPRESSION) ; 275 ok $x = deflateInit({-Level => Z_BEST_COMPRESSION, 313 ok $x = deflateInit(-Level => Z_BEST_COMPRESSION ) ; 726 ok (($x, $err) = deflateInit(-Level => Z_BEST_COMPRESSION, 731 ok $x->get_Level() == Z_BEST_COMPRESSION; 749 ok $x->get_Level() == Z_BEST_COMPRESSION;
|
H A D | 005defhdr.t | 148 [ {-Level => Z_BEST_COMPRESSION}, { FLEVEL => ZLIB_FLG_LEVEL_SLOWEST} ],
|
H A D | 004gziphdr.t | 222 $hdr = readHeaderInfo $name, -Level => Z_BEST_COMPRESSION; 232 $hdr = readHeaderInfo $name, -Level => Z_BEST_COMPRESSION,
|
/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/ |
H A D | Gzip.pm | 143 if $got->getValue('level') == Z_BEST_COMPRESSION ;
|
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/ |
H A D | 19nonpv.t | 52 ok my $x = new Compress::Raw::Zlib::Deflate({-Level => Z_BEST_COMPRESSION,
|
H A D | 02zlib.t | 317 ok my $x = new Compress::Raw::Zlib::Deflate({-Level => Z_BEST_COMPRESSION, 341 ok my $x = new Compress::Raw::Zlib::Deflate(-Level => Z_BEST_COMPRESSION ) ;
|
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/ |
H A D | Makefile.PL | 182 Z_BEST_COMPRESSION
|
/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/lib/Compress/ |
H A D | Zlib.pm | 470 Z_BEST_COMPRESSION,
|
/openbsd/usr.bin/ctfconv/ |
H A D | generate.c | 450 if ((error = deflateInit(&stream, Z_BEST_COMPRESSION)) != Z_OK) { in data_compress()
|
/openbsd/usr.bin/compress/ |
H A D | gzopen.c | 385 if (bits < 0 || bits > Z_BEST_COMPRESSION) { in gz_wopen()
|
/openbsd/lib/libz/ |
H A D | zlib.h | 192 #define Z_BEST_COMPRESSION 9 macro
|
/openbsd/sys/lib/libz/ |
H A D | zlib.h | 192 #define Z_BEST_COMPRESSION 9 macro
|
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/ |
H A D | zlib.h | 192 #define Z_BEST_COMPRESSION 9 macro
|