Searched refs:deflateParams (Results 1 – 13 of 13) sorted by relevance
/freebsd/lib/libz/ |
H A D | Symbol.map | 49 deflateParams;
|
/freebsd/sys/contrib/zlib/test/ |
H A D | example.c | 268 deflateParams(&c_stream, Z_NO_COMPRESSION, Z_DEFAULT_STRATEGY); in test_large_deflate() 275 deflateParams(&c_stream, Z_BEST_COMPRESSION, Z_FILTERED); in test_large_deflate()
|
/freebsd/sys/contrib/zstd/zlibWrapper/examples/ |
H A D | example.c | 334 deflateParams(&c_stream, Z_NO_COMPRESSION, Z_DEFAULT_STRATEGY); 341 deflateParams(&c_stream, Z_BEST_COMPRESSION, Z_FILTERED);
|
H A D | example_original.c | 326 deflateParams(&c_stream, Z_NO_COMPRESSION, Z_DEFAULT_STRATEGY); 333 deflateParams(&c_stream, Z_BEST_COMPRESSION, Z_FILTERED);
|
/freebsd/sys/contrib/zlib/ |
H A D | zconf.h | 65 # define deflateParams z_deflateParams macro
|
H A D | zlib.h | 706 ZEXTERN int ZEXPORT deflateParams(z_streamp strm,
|
H A D | gzwrite.c | 588 deflateParams(strm, level, strategy); in gzsetparams()
|
H A D | zconf.h.in | 54 # define deflateParams z_deflateParams macro
|
H A D | ChangeLog | 46 - Permit a deflateParams() parameter change as soon as possible 109 - Permit immediate deflateParams changes before any deflate input 139 - Assure that deflateParams() will not switch functions mid-block 1416 - fix deflateParams() which could generate bad compressed data 1436 - add deflateParams in zlib.h: allow dynamic change of compression level 1438 - test large buffers and deflateParams in example.c
|
H A D | deflate.c | 752 int ZEXPORT deflateParams(z_streamp strm, int level, int strategy) { in deflateParams() function
|
/freebsd/sys/contrib/zstd/zlibWrapper/ |
H A D | README.md | 147 - deflateParams
|
H A D | gzwrite.c | 625 deflateParams(strm, level, strategy);
|
H A D | zstd_zlibwrapper.c | 502 return deflateParams(strm, level, strategy); in z_deflateParams()
|