Home
last modified time | relevance | path

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

/f-stack/freebsd/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
/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
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 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 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.c299 ret = deflateInit(&def, cLevel); in BMK_benchMem()
343 ret = deflateInit(&def, cLevel); in BMK_benchMem()
/f-stack/freebsd/contrib/zlib/test/
H A Dexample.c212 err = deflateInit(&c_stream, Z_DEFAULT_COMPRESSION);
290 err = deflateInit(&c_stream, Z_BEST_SPEED);
387 err = deflateInit(&c_stream, Z_DEFAULT_COMPRESSION);
468 err = deflateInit(&c_stream, Z_BEST_COMPRESSION);
/f-stack/freebsd/contrib/zlib/
H A Dcompress.c41 err = deflateInit(&stream, level);
H A Dzconf.h53 # define deflateInit z_deflateInit macro
H A Dzlib.h1797 # define deflateInit(strm, level) \ macro
H A Dzconf.h.in47 # define deflateInit z_deflateInit macro
H A DChangeLog1342 - deflateInit and inflateInit are now macros to allow version checking
1507 - simplied considerably deflateInit and inflateInit by not supporting
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_zlib.c67 return (deflateInit(stream, level)); in zlib_deflateInit()
/f-stack/freebsd/contrib/zlib/doc/
H A Dalgorithm.txt34 parameter of deflateInit). So deflate() does not always find the longest
/f-stack/dpdk/app/test/
H A Dtest_compressdev.c459 ret = deflateInit(&stream, Z_NO_COMPRESSION); in compress_zlib()