Home
last modified time | relevance | path

Searched refs:Z_FINISH (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/zmod/
H A Dzmod.c59 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()
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dgzip.c48 if ((err = inflate(&zs, Z_FINISH)) != Z_STREAM_END) { in z_uncompress()
/illumos-gate/usr/src/contrib/zlib/
H A Ddeflate.c816 (s->status == FINISH_STATE && flush != Z_FINISH)) {
843 flush != Z_FINISH) {
1087 if (flush != Z_FINISH) return Z_OK;
1721 if (len < min_block && ((len == 0 && flush != Z_FINISH) ||
1811 if (flush != Z_NO_FLUSH && flush != Z_FINISH &&
1849 ((left || flush == Z_FINISH) && flush != Z_NO_FLUSH &&
1852 last = flush == Z_FINISH && s->strm->avail_in == 0 &&
1957 if (flush == Z_FINISH) {
2088 if (flush == Z_FINISH) {
2163 if (flush == Z_FINISH) {
[all …]
H A DChangeLog48 - Avoid adding empty gzip member after gzflush with Z_FINISH
204 - Improve inflate() documentation on the use of Z_FINISH
321 - Have inflate() with Z_FINISH avoid the allocation of a window
357 - Clarify the use of Z_FINISH with deflateBound() amount of space
1209 . Simplify Z_FINISH check in inflate()
1270 - check Z_FINISH in inflate (thanks to Marc Schluper)
1344 - In very rare conditions, deflate(s, Z_FINISH) could fail to produce an EOF
1521 - deflate(Z_FINISH) now returns Z_STREAM_END when done. Warning: this
1555 - support decompression but only in a single step (forced Z_FINISH)
1576 - use Z_FINISH instead of deflateEnd to finish compression
H A Dzlib.h172 #define Z_FINISH 4 macro
H A Dinflate.c1261 (state->mode < CHECK || flush != Z_FINISH))) in inflate()
1277 if (((in == 0 && out == 0) || flush == Z_FINISH) && ret == Z_OK) in inflate()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h214 #define Z_FINISH 4 macro
H A Dzlib.c771 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;
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h465 #define Z_FINISH 5 macro
H A Dzlib.c1121 flush > Z_FINISH || flush < 0) {
1128 (s->status == FINISH_STATE && flush != Z_FINISH)) {
1183 flush != Z_FINISH) {
1250 if (flush != Z_FINISH)
1925 FLUSH_BLOCK(s, flush == Z_FINISH);
1926 return (flush == Z_FINISH ? finish_done : block_done);
2049 FLUSH_BLOCK(s, flush == Z_FINISH);
2050 return (flush == Z_FINISH ? finish_done : block_done);
2202 FLUSH_BLOCK(s, flush == Z_FINISH);
2203 return (flush == Z_FINISH ? finish_done : block_done);
/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()
330 if ((err = zlib.z_compress(&zs, Z_FINISH)) != Z_STREAM_END) { in z_compress()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c534 #define Z_FINISH 4 macro
3369 if (((in == 0 && out == 0) || flush == Z_FINISH) && ret == Z_OK)