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

/freebsd-11.0-release/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.0-release/lib/libz/
H A Dcompress.c13 parameter has the same meaning as in deflateInit. sourceLen is the byte
46 err = deflateInit(&stream, level);
72 If the default memLevel or windowBits for deflateInit() is changed, then
H A Dzlib.h220 is automatically made by deflateInit and inflateInit.
224 ZEXTERN int ZEXPORT deflateInit OF((z_streamp strm, int level));
228 zalloc and zfree are set to Z_NULL, deflateInit updates them to use default
237 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
241 if there is no error message. deflateInit does not perform any compression:
328 Z_FINISH can be used immediately after deflateInit if all the compression
534 This is another version of deflateInit with more compression options. The
545 deflateInit is used instead.
593 function must be called immediately after deflateInit, deflateInit2 or
610 deflateInit o
1647 #define deflateInit macro
[all...]
/freebsd-11.0-release/sys/dev/random/
H A Dunit_test.c99 err = deflateInit(&c_stream, Z_DEFAULT_COMPRESSION);
100 check_err(err, "deflateInit");
/freebsd-11.0-release/lib/libz/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.0-release/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.0-release/contrib/ntp/sntp/libevent/test/
H A Dregress_zlib.c300 r = deflateInit(z_output, Z_DEFAULT_COMPRESSION);
/freebsd-11.0-release/usr.sbin/fifolog/lib/
H A Dfifolog_write_poll.c164 i = deflateInit(f->ff->zs, (int)f->compression);
/freebsd-11.0-release/crypto/openssl/crypto/comp/
H A Dc_zlib.c596 deflateInit(zout, ctx->comp_level);
/freebsd-11.0-release/usr.sbin/bhyve/
H A Drfb.c249 deflateInit(&rc->zstream, Z_BEST_SPEED);
/freebsd-11.0-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c567 if ((rc = deflateInit(&rb->rb_zstr, Z_BEST_COMPRESSION)) != Z_OK)
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dstream.c1248 zerr = deflateInit(btn->out, Z_DEFAULT_COMPRESSION);
1249 SVN_ERR(svn_error__wrap_zlib(zerr, "deflateInit", btn->out->msg));
/freebsd-11.0-release/crypto/openssh/
H A Dpacket.c588 switch (deflateInit(&ssh->state->compression_out_stream, level)) {
/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c1041 ret = deflateInit(&a->stream, a->decmpfs_compression_level);
H A Darchive_write_set_format_iso9660.c7382 r = deflateInit(&(iso9660->zisofs.stream),

Completed in 232 milliseconds