Searched refs:deflatePending (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/sys/lib/libz/
H A Dzconf.h53 # define deflatePending z_deflatePending macro
H A Dzlib.h278 buffer because there might be more output pending. See deflatePending(),
779 ZEXTERN int ZEXPORT deflatePending(z_streamp strm,
783 deflatePending() returns the number of bytes and bits of output that have
790 deflatePending returns Z_OK if success, or Z_STREAM_ERROR if the source
H A Ddeflate.c709 int ZEXPORT deflatePending(z_streamp strm, unsigned *pending, int *bits) { function
/openbsd-current/lib/libz/
H A Dzconf.h53 # define deflatePending z_deflatePending macro
H A Dzlib.h278 buffer because there might be more output pending. See deflatePending(),
779 ZEXTERN int ZEXPORT deflatePending(z_streamp strm,
783 deflatePending() returns the number of bytes and bits of output that have
790 deflatePending returns Z_OK if success, or Z_STREAM_ERROR if the source
H A Ddeflate.c709 int ZEXPORT deflatePending(z_streamp strm, unsigned *pending, int *bits) { function
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dzconf.h52 # define deflatePending Perl_crz_deflatePending macro
H A Dzlib.h278 buffer because there might be more output pending. See deflatePending(),
775 ZEXTERN int ZEXPORT deflatePending OF((z_streamp strm,
779 deflatePending() returns the number of bytes and bits of output that have
786 deflatePending returns Z_OK if success, or Z_STREAM_ERROR if the source
H A Ddeflate.c563 int ZEXPORT deflatePending ( function

Completed in 151 milliseconds