Searched refs:deflateParams (Results 1 – 12 of 12) sorted by relevance
| /freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/ |
| D | zconf.h | 79 #define deflateParams z_deflateParams macro
|
| D | zlib.h | 608 ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm,
|
| D | deflate.c | 422 int ZEXPORT deflateParams(strm, level, strategy) in deflateParams() function
|
| /freebsd-9-stable/lib/libz/ |
| D | Symbol.map | 33 deflateParams;
|
| D | zconf.h | 46 # define deflateParams z_deflateParams macro
|
| D | zlib.h | 660 ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm,
|
| D | gzwrite.c | 534 deflateParams(strm, level, strategy);
|
| D | deflate.c | 490 int ZEXPORT deflateParams(strm, level, strategy) in deflateParams() function
|
| D | ChangeLog | 1270 - fix deflateParams() which could generated bad compressed data. 1290 - add deflateParams in zlib.h: allow dynamic change of compression level 1292 - test large buffers and deflateParams in example.c
|
| /freebsd-9-stable/sys/net/ |
| D | zlib.h | 84 # define deflateParams z_deflateParams macro 714 extern int EXPORT deflateParams OF((z_streamp strm, int level, int strategy));
|
| D | zlib.c | 899 int deflateParams(strm, level, strategy) in deflateParams() function
|
| /freebsd-9-stable/lib/libz/test/ |
| D | example.c | 309 deflateParams(&c_stream, Z_NO_COMPRESSION, Z_DEFAULT_STRATEGY); 316 deflateParams(&c_stream, Z_BEST_COMPRESSION, Z_FILTERED);
|