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

12

/freebsd-10.3-release/lib/libz/
H A Dcompress.c51 deflateEnd(&stream);
56 err = deflateEnd(&stream);
H A Dzconf.h43 # define deflateEnd z_deflateEnd macro
506 #pragma map(deflateEnd,"DEEND")
H A Dzlib.h326 are deflateReset or deflateEnd.
353 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));
359 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
639 by calling deflateEnd. Note that deflateCopy duplicates the internal
651 This function is equivalent to deflateEnd followed by deflateInit,
H A Ddeflate.c309 deflateEnd (strm);
979 int ZEXPORT deflateEnd (strm) function
1048 deflateEnd (dest);
H A Dgzwrite.c569 (void)deflateEnd(&(state->strm));
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzmod.c86 (void) deflateEnd(&zs);
91 return (deflateEnd(&zs));
H A Dzconf.h71 #define deflateEnd z_deflateEnd macro
H A Dzlib.h304 stream are deflateReset or deflateEnd.
330 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));
336 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
587 by calling deflateEnd. Note that deflateCopy duplicates the internal
599 This function is equivalent to deflateEnd followed by deflateInit,
H A Ddeflate.c307 (void) deflateEnd (strm);
865 int ZEXPORT deflateEnd (strm) function
934 deflateEnd (dest);
/freebsd-10.3-release/sys/net/
H A Dzlib.h76 # define deflateEnd z_deflateEnd macro
464 stream are deflateReset or deflateEnd.
484 extern int EXPORT deflateEnd OF((z_streamp strm));
490 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
693 by calling deflateEnd. Note that deflateCopy duplicates the internal
705 This function is equivalent to deflateEnd followed by deflateInit,
H A Dzlib.c819 deflateEnd (strm);
1120 int deflateEnd (strm) function
1178 deflateEnd (dest);
/freebsd-10.3-release/sys/opencrypto/
H A Dcryptodeflate.c207 deflateEnd(&zbuf);
236 deflateEnd(&zbuf);
/freebsd-10.3-release/lib/libz/test/
H A Dexample.c231 err = deflateEnd(&c_stream);
232 CHECK_ERR(err, "deflateEnd");
327 err = deflateEnd(&c_stream);
328 CHECK_ERR(err, "deflateEnd");
404 err = deflateEnd(&c_stream);
405 CHECK_ERR(err, "deflateEnd");
487 err = deflateEnd(&c_stream);
488 CHECK_ERR(err, "deflateEnd");
H A Dminigzip.c225 gz->write ? deflateEnd(&(gz->strm)) : inflateEnd(&(gz->strm));
315 deflateEnd(strm);
/freebsd-10.3-release/crypto/openssl/crypto/comp/
H A Dc_zlib.c128 # define deflateEnd p_deflateEnd macro
188 deflateEnd(&state->ostream);
362 = (deflateEnd_ft) DSO_bind_func(zlib_dso, "deflateEnd");
509 deflateEnd(&ctx->zout);
/freebsd-10.3-release/sys/netgraph/
H A Dng_deflate.c246 deflateEnd(&priv->cx);
383 deflateEnd(&priv->cx);
405 deflateEnd(&priv->cx);
/freebsd-10.3-release/contrib/ntp/sntp/libevent/test/
H A Dregress_zlib.c98 assert(deflateEnd(p) == Z_OK);
/freebsd-10.3-release/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_gzip.c328 switch (deflateEnd(&(data->stream))) {
H A Darchive_write_set_format_zip.c717 deflateEnd(&zip->stream);
/freebsd-10.3-release/sys/kern/
H A Dkern_gzio.c196 err = deflateEnd(&(s->stream));
/freebsd-10.3-release/usr.sbin/ppp/
H A Ddeflate.c549 deflateEnd(&state->cx);
/freebsd-10.3-release/usr.bin/csup/
H A Dstream.c1043 deflateEnd(state);
/freebsd-10.3-release/crypto/openssh/
H A Dpacket.c526 deflateEnd(stream);
587 deflateEnd(&ssh->state->compression_out_stream);
/freebsd-10.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c620 if ((rc = deflateEnd(&rb->rb_zstr)) != Z_OK)
/freebsd-10.3-release/usr.bin/gzip/
H A Dgzip.c683 if (deflateEnd(&z) != Z_OK) {
684 maybe_warnx("deflateEnd failed");

Completed in 158 milliseconds

12