Home
last modified time | relevance | path

Searched refs:deflateInit2 (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h441 extern int deflateInit2 OF((z_stream *strm,
H A Dzlib.c583 return deflateInit2 (strm, level, DEFLATED, MAX_WBITS, DEF_MEM_LEVEL,
589 int deflateInit2 (strm, level, method, windowBits, memLevel, in deflateInit2() function
/illumos-gate/usr/src/contrib/zlib/
H A Dzconf.h71 # define deflateInit2 z_deflateInit2 macro
H A Dzlib.h1814 # define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ macro
H A DChangeLog28 - Correct the initialization requirements for deflateInit2()
784 - Add Z_FIXED strategy option to deflateInit2() to force fixed trees
977 - Add gzip wrapper option to deflateInit2 using windowBits
1062 - Fix memory leak in deflateInit2()
1403 - declare Z_DEFLATED in zlib.h (possible parameter for deflateInit2)
1559 - renamed the 'filter' parameter of deflateInit2 as 'strategy'
1567 - renamed deflateOptions as deflateInit2, call one or the other but not both
1568 - added the method parameter for deflateInit2
1571 user-provided history buffer. This is supported only in deflateInit2
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h1184 #define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ macro
H A Ddeflate.c223 if (deflateInit2(&state->strm, Z_DEFAULT_COMPRESSION, in z_comp_alloc()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c3753 err = deflateInit2(&(s->stream), level,