Searched refs:deflateInit (Results 1 – 15 of 15) sorted by relevance
| /freebsd-9-stable/lib/libz/test/ |
| 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);
|
| /freebsd-9-stable/lib/libz/ |
| D | compress.c | 46 err = deflateInit(&stream, level);
|
| D | zlib.h | 1647 #define deflateInit(strm, level) \ macro
|
| D | ChangeLog | 1299 - deflateInit and inflateInit are now macros to allow version checking 1464 - simplied considerably deflateInit and inflateInit by not supporting
|
| /freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/ |
| D | zmod.c | 82 if ((err = deflateInit(&zs, level)) != Z_OK) in z_compress_level()
|
| D | zlib.h | 1333 #define deflateInit(strm, level) \ macro
|
| /freebsd-9-stable/crypto/openssh/ |
| D | compress.c | 48 deflateInit(&outgoing_stream, level); in buffer_compress_init_send()
|
| /freebsd-9-stable/contrib/ntp/sntp/libevent/test/ |
| D | regress_zlib.c | 300 r = deflateInit(z_output, Z_DEFAULT_COMPRESSION); in test_bufferevent_zlib()
|
| /freebsd-9-stable/sys/net/ |
| D | zlib.h | 997 #define deflateInit(strm, level) \ macro
|
| /freebsd-9-stable/usr.sbin/fifolog/lib/ |
| D | fifolog_write_poll.c | 164 i = deflateInit(f->ff->zs, (int)f->compression); in fifolog_write_open()
|
| /freebsd-9-stable/contrib/cvs/src/ |
| D | zlib.c | 104 zstatus = deflateInit (&n->zstr, level);
|
| /freebsd-9-stable/crypto/openssl/crypto/comp/ |
| D | c_zlib.c | 595 deflateInit(zout, ctx->comp_level); in bio_zlib_write()
|
| /freebsd-9-stable/lib/libz/doc/ |
| D | algorithm.txt | 34 parameter of deflateInit). So deflate() does not always find the longest
|
| /freebsd-9-stable/usr.bin/csup/ |
| D | stream.c | 993 rv = deflateInit(state, Z_DEFAULT_COMPRESSION); in zfilter_init()
|
| /freebsd-9-stable/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| D | ctf.c | 481 if ((rc = deflateInit(&rb->rb_zstr, Z_BEST_COMPRESSION)) != Z_OK) in compress_start()
|