Searched refs:deflateTune (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/sys/lib/libz/
H A Dzconf.h59 # define deflateTune z_deflateTune macro
H A Dzlib.h747 ZEXTERN int ZEXPORT deflateTune(z_streamp strm,
760 deflateTune() can be called after deflateInit() or deflateInit2(), and
H A Ddeflate.c793 int ZEXPORT deflateTune(z_streamp strm, int good_length, int max_lazy, function
/openbsd-current/lib/libz/
H A Dzconf.h59 # define deflateTune z_deflateTune macro
H A Dzlib.h747 ZEXTERN int ZEXPORT deflateTune(z_streamp strm,
760 deflateTune() can be called after deflateInit() or deflateInit2(), and
H A Ddeflate.c793 int ZEXPORT deflateTune(z_streamp strm, int good_length, int max_lazy, function
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dzconf.h58 # define deflateTune Perl_crz_deflateTune macro
H A Dzlib.h743 ZEXTERN int ZEXPORT deflateTune OF((z_streamp strm,
756 deflateTune() can be called after deflateInit() or deflateInit2(), and
H A Ddeflate.c653 int ZEXPORT deflateTune( function
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/
H A DZlib.xs198 # define CRZ_deflateTune deflateTune
1614 deflateTune(s, good_length, max_lazy, nice_length, max_chain)
1624 croak("deflateTune needs zlib 1.2.2.3 or better");
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/lib/Compress/Raw/
H A DZlib.pm620 $d->deflateTune(OPTS) ;
882 =head2 B<$status = $d-E<gt>deflateTune($good_length, $max_lazy, $nice_length, $max_chain)>
888 C<deflateTune>.
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/lib/Compress/
H A DZlib.pm630 $d->deflateTune(OPTS) ;

Completed in 134 milliseconds