Searched refs:deflateInit (Results 1 – 15 of 15) sorted by relevance
| /f-stack/freebsd/contrib/zstd/zlibWrapper/ |
| H A D | README.md | 92 …deflateInit()`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 D | example_original.c | 229 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 D | example.c | 237 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 D | fitblk_original.c | 151 ret = deflateInit(&def, Z_DEFAULT_COMPRESSION); in main()
|
| H A D | fitblk.c | 166 ret = deflateInit(&def, Z_DEFAULT_COMPRESSION); in main()
|
| H A D | zwrapbench.c | 299 ret = deflateInit(&def, cLevel); in BMK_benchMem() 343 ret = deflateInit(&def, cLevel); in BMK_benchMem()
|
| /f-stack/freebsd/contrib/zlib/test/ |
| H A D | example.c | 212 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 D | compress.c | 41 err = deflateInit(&stream, level);
|
| H A D | zconf.h | 53 # define deflateInit z_deflateInit macro
|
| H A D | zlib.h | 1797 # define deflateInit(strm, level) \ macro
|
| H A D | zconf.h.in | 47 # define deflateInit z_deflateInit macro
|
| H A D | ChangeLog | 1342 - 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 D | spl_zlib.c | 67 return (deflateInit(stream, level)); in zlib_deflateInit()
|
| /f-stack/freebsd/contrib/zlib/doc/ |
| H A D | algorithm.txt | 34 parameter of deflateInit). So deflate() does not always find the longest
|
| /f-stack/dpdk/app/test/ |
| H A D | test_compressdev.c | 459 ret = deflateInit(&stream, Z_NO_COMPRESSION); in compress_zlib()
|