Searched refs:deflateInit2 (Results 1 – 15 of 15) sorted by relevance
| /freebsd-9-stable/sys/opencrypto/ |
| D | deflate.c | 127 deflateInit2(&zbuf, Z_DEFAULT_COMPRESSION, Z_METHOD,
|
| /freebsd-9-stable/sys/net/ |
| D | zlib.h | 1001 #define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ macro
|
| /freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/ |
| D | zlib.h | 1337 #define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ macro
|
| /freebsd-9-stable/contrib/libarchive/libarchive/ |
| D | archive_write_set_compression_gzip.c | 192 ret = deflateInit2(&(state->stream), in archive_compressor_gzip_init()
|
| D | archive_write_set_format_zip.c | 351 if (deflateInit2(&zip->stream, Z_DEFAULT_COMPRESSION, Z_DEFLATED, in archive_write_zip_header()
|
| /freebsd-9-stable/sys/kern/ |
| D | kern_gzio.c | 150 err = deflateInit2(&(s->stream), level,
|
| /freebsd-9-stable/lib/libz/test/ |
| D | minigzip.c | 212 ret = deflateInit2(&(gz->strm), -1, 8, 15 + 16, 8, 0);
|
| /freebsd-9-stable/lib/libz/ |
| D | zlib.h | 1651 #define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ macro
|
| D | gzwrite.c | 45 ret = deflateInit2(strm, state->level, Z_DEFLATED,
|
| D | ChangeLog | 678 - Add Z_FIXED strategy option to deflateInit2() to force fixed trees 871 - Add gzip wrapper option to deflateInit2 using windowBits 956 - Fix memory leak in deflateInit2() 1297 - declare Z_DEFLATED in zlib.h (possible parameter for deflateInit2) 1453 - renamed the 'filter' parameter of deflateInit2 as 'strategy'. 1461 - renamed deflateOptions as deflateInit2, call one or the other but not both 1462 - added the method parameter for deflateInit2. 1465 user-provided history buffer. This is supported only in deflateInit2
|
| D | FAQ | 149 format using deflateInit2(). You can also request that inflate decode the
|
| /freebsd-9-stable/contrib/cvs/src/ |
| D | zlib.c | 648 zstatus = deflateInit2 (&zstr, level, Z_DEFLATED, -15, 8,
|
| /freebsd-9-stable/sys/netgraph/ |
| D | ng_deflate.c | 261 if ((res = deflateInit2(&priv->cx, in ng_deflate_rcvmsg()
|
| /freebsd-9-stable/usr.sbin/ppp/ |
| D | deflate.c | 523 if (deflateInit2(&state->cx, Z_DEFAULT_COMPRESSION, 8, in DeflateInitOutput()
|
| /freebsd-9-stable/usr.bin/gzip/ |
| D | gzip.c | 609 error = deflateInit2(&z, numflag, Z_DEFLATED, in gz_compress()
|