Searched refs:deflateInit (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzmod.c82 if ((err = deflateInit(&zs, level)) != Z_OK)
H A Dzlib.h218 This check is automatically made by deflateInit and inflateInit.
222 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level));
226 If zalloc and zfree are set to Z_NULL, deflateInit updates them to
235 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
239 msg is set to null if there is no error message. deflateInit does not
306 Z_FINISH can be used immediately after deflateInit if all the compression
489 This is another version of deflateInit with more compression options. The
500 deflateInit is used instead.
546 immediately after deflateInit, deflateInit2 or deflateReset, before any
558 deflateInit o
1333 #define deflateInit macro
[all...]
/freebsd-11-stable/sys/contrib/zlib/
H A Dcompress.c13 parameter has the same meaning as in deflateInit. sourceLen is the byte
41 err = deflateInit(&stream, level);
78 If the default memLevel or windowBits for deflateInit() is changed, then
H A Dzconf.h47 # define deflateInit z_deflateInit macro
H A Dzlib.h224 is automatically made by deflateInit and inflateInit.
228 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level));
232 zalloc and zfree are set to Z_NULL, deflateInit updates them to use default
241 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
245 if there is no error message. deflateInit does not perform any compression:
334 Z_FINISH can be used in the first deflate call after deflateInit if all the
545 This is another version of deflateInit with more compression options. The
556 deflateInit is used instead.
617 function must be called immediately after deflateInit, deflateInit2 or
634 deflateInit o
1794 # define deflateInit macro
[all...]
/freebsd-11-stable/sys/dev/random/
H A Dunit_test.c99 err = deflateInit(&c_stream, Z_DEFAULT_COMPRESSION);
100 check_err(err, "deflateInit");
/freebsd-11-stable/sys/contrib/zlib/test/
H A Dexample.c212 err = deflateInit(&c_stream, Z_DEFAULT_COMPRESSION);
213 CHECK_ERR(err, "deflateInit");
290 err = deflateInit(&c_stream, Z_BEST_SPEED);
291 CHECK_ERR(err, "deflateInit");
387 err = deflateInit(&c_stream, Z_DEFAULT_COMPRESSION);
388 CHECK_ERR(err, "deflateInit");
468 err = deflateInit(&c_stream, Z_BEST_COMPRESSION);
469 CHECK_ERR(err, "deflateInit");
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_zlib.c300 r = deflateInit(z_output, Z_DEFAULT_COMPRESSION);
/freebsd-11-stable/sys/sys/
H A Dzlib.h383 This check is automatically made by deflateInit and inflateInit.
387 extern int EXPORT deflateInit OF((z_streamp strm, int level));
391 If zalloc and zfree are set to Z_NULL, deflateInit updates them to
400 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
404 msg is set to null if there is no error message. deflateInit does not
466 Z_FINISH can be used immediately after deflateInit if all the compression
600 This is another version of deflateInit with more compression options. The
612 memory usage. The default value is 15 if deflateInit is used instead.
657 be called immediately after deflateInit or deflateInit2, before any call
705 This function is equivalent to deflateEnd followed by deflateInit,
997 #define deflateInit macro
[all...]
/freebsd-11-stable/usr.sbin/fifolog/lib/
H A Dfifolog_write_poll.c166 i = deflateInit(f->ff->zs, (int)f->compression);
/freebsd-11-stable/crypto/openssl/crypto/comp/
H A Dc_zlib.c596 deflateInit(zout, ctx->comp_level);
/freebsd-11-stable/usr.sbin/bhyve/
H A Drfb.c275 deflateInit(&rc->zstream, Z_BEST_SPEED);
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c567 if ((rc = deflateInit(&rb->rb_zstr, Z_BEST_COMPRESSION)) != Z_OK)
/freebsd-11-stable/crypto/openssh/
H A Dpacket.c669 switch (deflateInit(&ssh->state->compression_out_stream, level)) {
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dstream.c1271 zerr = deflateInit(btn->out, Z_DEFAULT_COMPRESSION);
1272 SVN_ERR(svn_error__wrap_zlib(zerr, "deflateInit", btn->out->msg));
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c1198 ret = deflateInit(&a->stream, a->decmpfs_compression_level);
H A Darchive_write_set_format_iso9660.c7385 r = deflateInit(&(iso9660->zisofs.stream),

Completed in 256 milliseconds