Searched refs:deflateEnd (Results 1 - 25 of 26) sorted by relevance

12

/openbsd-current/usr.sbin/smtpd/
H A Dcompress_gzip.c68 deflateEnd(strm);
103 deflateEnd(strm);
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dcompress.c62 deflateEnd(&stream);
H A Dzconf.h45 # define deflateEnd Perl_crz_deflateEnd macro
531 #pragma map(deflateEnd,"DEEND")
H A Dzlib.h332 on the stream are deflateReset or deflateEnd.
363 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));
369 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
684 by calling deflateEnd. Note that deflateCopy duplicates the internal
696 This function is equivalent to deflateEnd followed by deflateInit, but
H A Ddeflate.c368 deflateEnd (strm);
1129 int ZEXPORT deflateEnd ( function
1187 deflateEnd (dest);
/openbsd-current/lib/libz/
H A Dcompress.c55 deflateEnd(&stream);
H A Dzconf.h46 # define deflateEnd z_deflateEnd macro
526 #pragma map(deflateEnd,"DEEND")
H A Dgzwrite.c620 (void)deflateEnd(&(state->strm));
H A Dzlib.h332 on the stream are deflateReset or deflateEnd.
363 ZEXTERN int ZEXPORT deflateEnd(z_streamp strm);
369 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
688 by calling deflateEnd. Note that deflateCopy duplicates the internal
700 This function is equivalent to deflateEnd followed by deflateInit, but
H A Ddeflate.c499 deflateEnd (strm);
1254 int ZEXPORT deflateEnd(z_streamp strm) { function
1309 deflateEnd (dest);
/openbsd-current/sys/lib/libz/
H A Dcompress.c55 deflateEnd(&stream);
H A Dzconf.h46 # define deflateEnd z_deflateEnd macro
530 #pragma map(deflateEnd,"DEEND")
H A Dzlib.h332 on the stream are deflateReset or deflateEnd.
363 ZEXTERN int ZEXPORT deflateEnd(z_streamp strm);
369 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
688 by calling deflateEnd. Note that deflateCopy duplicates the internal
700 This function is equivalent to deflateEnd followed by deflateInit, but
H A Ddeflate.c499 deflateEnd (strm);
1254 int ZEXPORT deflateEnd(z_streamp strm) { function
1309 deflateEnd (dest);
/openbsd-current/sys/crypto/
H A Dxform_ipcomp.c138 deflateEnd(&zbuf);
164 deflateEnd(&zbuf);
/openbsd-current/regress/lib/libz/
H A Dexample.c194 err = deflateEnd(&c_stream);
195 CHECK_ERR(err, "deflateEnd");
286 err = deflateEnd(&c_stream);
287 CHECK_ERR(err, "deflateEnd");
358 err = deflateEnd(&c_stream);
359 CHECK_ERR(err, "deflateEnd");
435 err = deflateEnd(&c_stream);
436 CHECK_ERR(err, "deflateEnd");
H A Dminigzip.c195 gz->write ? deflateEnd(&(gz->strm)) : inflateEnd(&(gz->strm));
277 deflateEnd(strm);
H A Dutils_unittest.cc99 ret = deflateEnd(&comp_strm);
157 deflateEnd(&stream);
229 deflateEnd(&stream);
368 deflateEnd(&stream);
487 deflateEnd(&stream);
963 deflateEnd(&stream);
1664 deflateEnd(&stream);
/openbsd-current/lib/libfido2/src/
H A Dcompress.c145 if ((z = deflateEnd(&zs)) != Z_OK) {
146 fido_log_debug("%s: deflateEnd: %d", __func__, z);
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dzlib.c415 zstatus = deflateEnd (&cb->zstr);
418 compress_error (0, zstatus, &cb->zstr, "deflateEnd");
656 zstatus = deflateEnd (&zstr);
/openbsd-current/usr.bin/ctfconv/
H A Dgenerate.c460 deflateEnd(&stream);
464 if ((error = deflateEnd(&stream)) != Z_OK) {
465 warnx("zlib deflateEnd failed: %s", zError(error));
/openbsd-current/usr.bin/compress/
H A Dgzopen.c516 err = deflateEnd(&s->z_stream);
/openbsd-current/sys/net/
H A Dppp-deflate.c183 deflateEnd(&state->strm);
/openbsd-current/gnu/llvm/lld/ELF/
H A DOutputSections.cpp320 deflateEnd(&s);
/openbsd-current/usr.bin/ssh/
H A Dpacket.c688 deflateEnd(stream);
768 deflateEnd(&ssh->state->compression_out_stream);

Completed in 337 milliseconds

12