Home
last modified time | relevance | path

Searched refs:deflateInit (Results 1 – 25 of 25) sorted by relevance

/freebsd/sys/contrib/zstd/zlibWrapper/
H A DREADME.md92deflateInit()`or `deflateReset()` and before `deflate()` or `deflateSetDictionary()`. The function…
99 - for the 1st file calls `deflateInit`, `deflate`, `...`, `deflate`, `deflateEnd`
100 - for the 2nd file calls `deflateInit`, `deflate`, `...`, `deflate`, `deflateEnd`
103 - initialize the context with `deflateInit`
129 - deflateInit
/freebsd/sys/contrib/zlib/test/
H A Dexample.c175 err = deflateInit(&c_stream, Z_DEFAULT_COMPRESSION); in test_deflate()
249 err = deflateInit(&c_stream, Z_BEST_SPEED); in test_large_deflate()
341 err = deflateInit(&c_stream, Z_DEFAULT_COMPRESSION); in test_flush()
416 err = deflateInit(&c_stream, Z_BEST_COMPRESSION); in test_dict_deflate()
/freebsd/sys/contrib/zstd/zlibWrapper/examples/
H A Dexample.c237 err = deflateInit(&c_stream, Z_DEFAULT_COMPRESSION);
315 err = deflateInit(&c_stream, Z_BEST_SPEED);
412 err = deflateInit(&c_stream, Z_DEFAULT_COMPRESSION);
493 err = deflateInit(&c_stream, Z_BEST_COMPRESSION);
H A Dexample_original.c229 err = deflateInit(&c_stream, Z_DEFAULT_COMPRESSION);
307 err = deflateInit(&c_stream, Z_BEST_SPEED);
404 err = deflateInit(&c_stream, Z_DEFAULT_COMPRESSION);
485 err = deflateInit(&c_stream, Z_BEST_COMPRESSION);
H A Dfitblk_original.c151 ret = deflateInit(&def, Z_DEFAULT_COMPRESSION); in main()
H A Dfitblk.c166 ret = deflateInit(&def, Z_DEFAULT_COMPRESSION); in main()
H A Dzwrapbench.c314 ret = deflateInit(&def, cLevel); in BMK_benchMem()
358 ret = deflateInit(&def, cLevel); in BMK_benchMem()
/freebsd/sys/contrib/zlib/
H A Dcompress.c36 err = deflateInit(&stream, level); in compress2()
H A Dzconf.h61 # define deflateInit z_deflateInit macro
H A Dzlib.h1818 # define deflateInit(strm, level) \ macro
H A Dzconf.h.in50 # define deflateInit z_deflateInit macro
H A DChangeLog1445 - deflateInit and inflateInit are now macros to allow version checking
1610 - simplified considerably deflateInit and inflateInit by not supporting
/freebsd/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzmod.c107 if ((err = deflateInit(&zs, level)) != Z_OK) in z_compress_level()
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_zlib.c58 return (deflateInit(stream, level)); in zlib_deflateInit()
/freebsd/sys/dev/random/
H A Dunit_test.c98 err = deflateInit(&c_stream, Z_DEFAULT_COMPRESSION); in block_deflate()
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_zlib.c300 r = deflateInit(z_output, Z_DEFAULT_COMPRESSION); in test_bufferevent_zlib()
/freebsd/contrib/libevent/test/
H A Dregress_zlib.c300 r = deflateInit(z_output, Z_DEFAULT_COMPRESSION); in test_bufferevent_zlib()
/freebsd/usr.sbin/fifolog/lib/
H A Dfifolog_write_poll.c164 i = deflateInit(f->ff->zs, (int)f->compression); in fifolog_write_open()
/freebsd/crypto/openssl/crypto/comp/
H A Dc_zlib.c450 if ((ret = deflateInit(zout, ctx->comp_level)) != Z_OK) { in bio_zlib_write()
/freebsd/sys/contrib/zlib/doc/
H A Dalgorithm.txt34 parameter of deflateInit). So deflate() does not always find the longest
/freebsd/usr.sbin/bhyve/
H A Drfb.c418 deflateInit(&rc->zstream, Z_BEST_SPEED); in rfb_recv_set_encodings_msg()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c556 if ((rc = deflateInit(&rb->rb_zstr, Z_BEST_COMPRESSION)) != Z_OK) in compress_start()
/freebsd/crypto/openssh/
H A Dpacket.c702 switch (deflateInit(&ssh->state->compression_out_stream, level)) { in start_compression_out()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c1232 ret = deflateInit(&a->stream, a->decmpfs_compression_level); in hfs_reset_compressor()
H A Darchive_write_set_format_iso9660.c7383 r = deflateInit(&(iso9660->zisofs.stream), in zisofs_init_zstream()