Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h211 #define Z_PARTIAL_FLUSH 1 macro
H A Dzlib.c809 case Z_PARTIAL_FLUSH:
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h461 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */ macro
H A Dzlib.c1052 err = deflate(strm, Z_PARTIAL_FLUSH);
1220 if (flush == Z_PARTIAL_FLUSH) {
/illumos-gate/usr/src/contrib/zlib/
H A Dzlib.h169 #define Z_PARTIAL_FLUSH 1 macro
H A DChangeLog273 - Remove second empty static block for Z_PARTIAL_FLUSH
622 - Remove deprecation comment on Z_PARTIAL_FLUSH (it stays)
1275 (but the symbol Z_PARTIAL_FLUSH is kept for compatibility with 1.0.4)
1553 - do real compression in deflate.c. Z_PARTIAL_FLUSH is supported but
1564 - suppress Z_BLOCK_FLUSH, interpret Z_PARTIAL_FLUSH as block flush
H A Ddeflate.c1063 if (flush == Z_PARTIAL_FLUSH) {
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c531 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */ macro