Searched refs:Z_FINISH (Results 1 – 12 of 12) sorted by relevance
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()
48 if ((err = inflate(&zs, Z_FINISH)) != Z_STREAM_END) { in z_uncompress()
816 (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) ||1729 last = flush == Z_FINISH && len == left + s->strm->avail_in ? 1 : 0;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) {[all …]
48 - Avoid adding empty gzip member after gzflush with Z_FINISH204 - Improve inflate() documentation on the use of Z_FINISH321 - Have inflate() with Z_FINISH avoid the allocation of a window357 - Clarify the use of Z_FINISH with deflateBound() amount of space1209 . 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 EOF1521 - deflate(Z_FINISH) now returns Z_STREAM_END when done. Warning: this1555 - support decompression but only in a single step (forced Z_FINISH)1576 - use Z_FINISH instead of deflateEnd to finish compression
172 #define Z_FINISH 4 macro
1261 (state->mode < CHECK || flush != Z_FINISH))) in inflate()1277 if (((in == 0 && out == 0) || flush == Z_FINISH) && ret == Z_OK) in inflate()
214 #define Z_FINISH 4 macro
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_FINISH839 if (flush != Z_FINISH) return Z_OK;2289 int eof = flush == Z_FINISH;
465 #define Z_FINISH 5 macro
1121 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);
221 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()
534 #define Z_FINISH 4 macro3369 if (((in == 0 && out == 0) || flush == Z_FINISH) && ret == Z_OK)