Home
last modified time | relevance | path

Searched refs:Z_FULL_FLUSH (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h212 #define Z_FULL_FLUSH 2 macro
H A Dzlib.c822 if (flush == Z_FULL_FLUSH) {
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h464 #define Z_FULL_FLUSH 4 macro
H A Dzlib.c1236 if (flush == Z_FULL_FLUSH) {
/illumos-gate/usr/src/contrib/zlib/
H A Dzlib.h171 #define Z_FULL_FLUSH 3 macro
H A DChangeLog628 - Fix Z_FULL_FLUSH to truly erase the past by resetting s->strstart
1503 - deflate(Z_FULL_FLUSH) now works even if output buffer too short
1511 - deflate(Z_FULL_FLUSH), inflateReset and inflateSync are now fully implemented
1554 not yet Z_FULL_FLUSH
H A Ddeflate.c1070 if (flush == Z_FULL_FLUSH) {
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_lib.c221 int flag = finish == B_TRUE ? Z_FINISH : Z_FULL_FLUSH; in ctf_zdata_flush()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c533 #define Z_FULL_FLUSH 3 macro