Home
last modified time | relevance | path

Searched refs:deflateInit (Results 1 – 20 of 20) 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.c181 err = deflateInit(&c_stream, Z_DEFAULT_COMPRESSION); in test_deflate()
255 err = deflateInit(&c_stream, Z_BEST_SPEED); in test_large_deflate()
347 err = deflateInit(&c_stream, Z_DEFAULT_COMPRESSION); in test_flush()
422 err = deflateInit(&c_stream, Z_BEST_COMPRESSION); in test_dict_deflate()
/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/zlib/
H A Dcompress.c42 err = deflateInit(&stream, level); in compress2_z()
H A Dzconf.h73 # define deflateInit z_deflateInit macro
H A Dzlib.h1937 # define deflateInit(strm, level) \ macro
H A Dzconf.h.in54 # define deflateInit z_deflateInit macro
H A DChangeLog1496 - deflateInit and inflateInit are now macros to allow version checking
1661 - simplified considerably deflateInit and inflateInit by not supporting
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_zlib.c59 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.c525 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.c442 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.c811 switch (deflateInit(&ssh->state->compression_out_stream, level)) { in start_compression_out()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c1236 ret = deflateInit(&a->stream, a->decmpfs_compression_level); in hfs_reset_compressor()
H A Darchive_write_set_format_iso9660.c7394 r = deflateInit(&(iso9660->zisofs.stream), in zisofs_init_zstream()