Home
last modified time | relevance | path

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

/titanic_50/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) {
/titanic_50/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h466 #define Z_FULL_FLUSH 4 macro
H A Dzlib.c1238 if (flush == Z_FULL_FLUSH) {
/titanic_50/usr/src/uts/common/zmod/
H A Dzlib.h167 #define Z_FULL_FLUSH 3 macro
H A Ddeflate.c822 if (flush == Z_FULL_FLUSH) {
/titanic_50/usr/src/tools/ctf/cvt/
H A Dctf.c512 if ((type == Z_FULL_FLUSH && rc == Z_BUF_ERROR) || in compress_flush()
593 compress_flush(&resbuf, Z_FULL_FLUSH); in write_compressed_buffer()
/titanic_50/usr/src/lib/libctf/common/
H A Dctf_lib.c221 int flag = finish == B_TRUE ? Z_FINISH : Z_FULL_FLUSH; in ctf_zdata_flush()