Searched refs:good_length (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/
H A DZlib.xs1614 deflateTune(s, good_length, max_lazy, nice_length, max_chain)
1616 int good_length
1622 good_length = good_length; max_lazy = max_lazy ; /* Silence -Wall */
1626 RETVAL = CRZ_deflateTune(&(s->stream), good_length, max_lazy, nice_length, max_chain);
/openbsd-current/lib/libz/
H A Ddeflate.c95 ush good_length; /* reduce lazy search above this match length */ member in struct:config_s
677 s->good_match = configuration_table[s->level].good_length;
784 s->good_match = configuration_table[level].good_length;
793 int ZEXPORT deflateTune(z_streamp strm, int good_length, int max_lazy, argument
799 s->good_match = (uInt)good_length;
H A Dzlib.h748 int good_length,
758 max_lazy, good_length, nice_length, and max_chain parameters.
/openbsd-current/sys/lib/libz/
H A Ddeflate.c95 ush good_length; /* reduce lazy search above this match length */ member in struct:config_s
677 s->good_match = configuration_table[s->level].good_length;
784 s->good_match = configuration_table[level].good_length;
793 int ZEXPORT deflateTune(z_streamp strm, int good_length, int max_lazy, argument
799 s->good_match = (uInt)good_length;
H A Dzlib.h748 int good_length,
758 max_lazy, good_length, nice_length, and max_chain parameters.
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Ddeflate.c115 ush good_length; /* reduce lazy search above this match length */ member in struct:config_s
644 s->good_match = configuration_table[level].good_length;
655 int good_length,
664 s->good_match = (uInt)good_length;
1254 s->good_match = configuration_table[s->level].good_length;
653 deflateTune( z_streamp strm, int good_length, int max_lazy, int nice_length, int max_chain) argument
H A Dzlib.h744 int good_length,
754 max_lazy, good_length, nice_length, and max_chain parameters.
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/lib/Compress/Raw/
H A DZlib.pm882 =head2 B<$status = $d-E<gt>deflateTune($good_length, $max_lazy, $nice_length, $max_chain)>

Completed in 154 milliseconds