Searched refs:Z_FINISH (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/uts/common/zmod/ |
H A D | zmod.c | 59 if ((err = inflate(&zs, Z_FINISH)) != Z_STREAM_END) { in z_uncompress() 85 if ((err = deflate(&zs, Z_FINISH)) != Z_STREAM_END) { in z_compress_level()
|
H A D | deflate.c | 566 flush > Z_FINISH || flush < 0) { 573 (s->status == FINISH_STATE && flush != Z_FINISH)) { 781 flush != Z_FINISH) { 835 if (flush != Z_FINISH) return Z_OK; 1443 FLUSH_BLOCK(s, flush == Z_FINISH); 1444 return flush == Z_FINISH ? finish_done : block_done; 1550 FLUSH_BLOCK(s, flush == Z_FINISH); 1551 return flush == Z_FINISH ? finish_done : block_done; 1678 FLUSH_BLOCK(s, flush == Z_FINISH); 1679 return flush == Z_FINISH ? finish_done : block_done; [all …]
|
H A D | zlib.h | 168 #define Z_FINISH 4 macro
|
H A D | inflate.c | 1177 if (((in == 0 && out == 0) || flush == Z_FINISH) && ret == Z_OK)
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.h | 214 #define Z_FINISH 4 macro
|
H A D | zlib.c | 771 if (flush != Z_NO_FLUSH && flush != Z_FINISH) 783 (flush == Z_FINISH && state->status != FINISH_STATE)) { 786 if (flush == Z_FINISH) { 806 if (flush != Z_NO_FLUSH && flush != Z_FINISH 839 if (flush != Z_FINISH) return Z_OK; 2289 int eof = flush == Z_FINISH;
|
/titanic_41/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.h | 467 #define Z_FINISH 5 macro
|
H A D | zlib.c | 1123 flush > Z_FINISH || flush < 0) { 1130 (s->status == FINISH_STATE && flush != Z_FINISH)) { 1185 flush != Z_FINISH) { 1252 if (flush != Z_FINISH) 1927 FLUSH_BLOCK(s, flush == Z_FINISH); 1928 return (flush == Z_FINISH ? finish_done : block_done); 2051 FLUSH_BLOCK(s, flush == Z_FINISH); 2052 return (flush == Z_FINISH ? finish_done : block_done); 2204 FLUSH_BLOCK(s, flush == Z_FINISH); 2205 return (flush == Z_FINISH ? finish_done : block_done);
|
/titanic_41/usr/src/tools/ctf/cvt/ |
H A D | ctf.c | 513 (type == Z_FINISH && rc == Z_STREAM_END)) in compress_flush() 526 compress_flush(rb, Z_FINISH); in compress_end()
|
/titanic_41/usr/src/tools/ctf/dump/ |
H A D | dump.c | 974 if ((rc = inflate(&zstr, Z_FINISH)) != Z_STREAM_END) in main()
|