Searched refs:deflateParams (Results 1 - 20 of 20) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Adapter/
H A DIdentity.pm66 sub deflateParams subroutine
H A DDeflate.pm130 sub deflateParams subroutine
136 my $status = $def->deflateParams(@_);
140 $self->{Error} = "deflateParams Error: $status";
/openbsd-current/regress/lib/libz/
H A Dexample.c268 deflateParams(&c_stream, Z_NO_COMPRESSION, Z_DEFAULT_STRATEGY);
275 deflateParams(&c_stream, Z_BEST_COMPRESSION, Z_FILTERED);
/openbsd-current/sys/lib/libz/
H A Dzconf.h52 # define deflateParams z_deflateParams macro
H A Dzlib.h709 ZEXTERN int ZEXPORT deflateParams(z_streamp strm,
725 If a deflate(strm, Z_BLOCK) is performed by deflateParams(), and it does
727 take effect. In this case, deflateParams() can be called again with the
732 request until strm.avail_out is not zero, before calling deflateParams().
733 Then no more input data should be provided before the deflateParams() call.
735 compressed before deflateParams(), and the new level and strategy will be
736 applied to the data compressed after deflateParams().
738 deflateParams returns Z_OK on success, Z_STREAM_ERROR if the source stream
743 value of Z_BUF_ERROR is not fatal, in which case deflateParams() can be
H A Ddeflate.c748 int ZEXPORT deflateParams(z_streamp strm, int level, int strategy) { function
1614 * In case deflateParams() is used to later switch to a non-zero compression
1713 * insert in the hash tables, in the event that deflateParams() switches to
/openbsd-current/lib/libz/
H A Dzconf.h52 # define deflateParams z_deflateParams macro
H A Dgzwrite.c587 deflateParams(strm, level, strategy);
H A Dzlib.h709 ZEXTERN int ZEXPORT deflateParams(z_streamp strm,
725 If a deflate(strm, Z_BLOCK) is performed by deflateParams(), and it does
727 take effect. In this case, deflateParams() can be called again with the
732 request until strm.avail_out is not zero, before calling deflateParams().
733 Then no more input data should be provided before the deflateParams() call.
735 compressed before deflateParams(), and the new level and strategy will be
736 applied to the data compressed after deflateParams().
738 deflateParams returns Z_OK on success, Z_STREAM_ERROR if the source stream
743 value of Z_BUF_ERROR is not fatal, in which case deflateParams() can be
H A Ddeflate.c748 int ZEXPORT deflateParams(z_streamp strm, int level, int strategy) { function
1612 * In case deflateParams() is used to later switch to a non-zero compression
1711 * insert in the hash tables, in the event that deflateParams() switches to
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dzconf.h51 # define deflateParams Perl_crz_deflateParams macro
H A Dzlib.h705 ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm,
721 If a deflate(strm, Z_BLOCK) is performed by deflateParams(), and it does
723 take effect. In this case, deflateParams() can be called again with the
728 request until strm.avail_out is not zero, before calling deflateParams().
729 Then no more input data should be provided before the deflateParams() call.
731 compressed before deflateParams(), and the new level and strategy will be
732 applied to the the data compressed after deflateParams().
734 deflateParams returns Z_OK on success, Z_STREAM_ERROR if the source stream
739 value of Z_BUF_ERROR is not fatal, in which case deflateParams() can be
H A Ddeflate.c604 int ZEXPORT deflateParams( function
1679 * In case deflateParams() is used to later switch to a non-zero compression
1780 * insert in the hash tables, in the event that deflateParams() switches to
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/
H A DRawDeflate.pm202 sub deflateParams subroutine
209 my $status = *$self->{Compress}->deflateParams(Level => $level, Strategy => $strategy) ;
252 $z->deflateParams();
901 =head2 deflateParams
905 $z->deflateParams
H A DDeflate.pm137 $z->deflateParams();
783 =head2 deflateParams
787 $z->deflateParams
H A DGzip.pm307 $z->deflateParams();
1158 =head2 deflateParams
1162 $z->deflateParams
H A DZip.pm936 $z->deflateParams();
2048 =head2 deflateParams
2052 $z->deflateParams
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/lib/Compress/
H A DZlib.pm286 my $status = *$gz->{Compress}->deflateParams(-Level => $level,
629 $d->deflateParams(OPTS) ;
1221 =head2 B<$status = $d-E<gt>deflateParams([OPT])>
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/
H A DZlib.xs194 # define CRZ_deflateParams deflateParams
852 /* fprintf(stderr, "deflateParams %d %s %lu\n", ret,
1253 /* Check for saved output from deflateParams */
1261 /* Check for saved output from deflateParams */
1382 /* Check for saved output from deflateParams */
1390 /* Check for saved output from deflateParams */
1500 RETVAL = deflateParams(&(s->stream), s->Level, s->Strategy);
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/lib/Compress/Raw/
H A DZlib.pm574 sub Compress::Raw::Zlib::deflateStream::deflateParams
584 croak "Compress::Raw::Zlib::deflateParams needs Level and/or Strategy"
588 croak "Compress::Raw::Zlib::Inflate::deflateParams: Bufsize must be >= 1, you specified " .
619 $d->deflateParams(OPTS) ;
853 =head2 B<$status = $d-E<gt>deflateParams([OPT])>

Completed in 215 milliseconds