Searched refs:Z_FINISH (Results 1 - 25 of 63) sorted by relevance

123

/macosx-10.10/sudo-73/src/zlib/
H A Duncompr.c48 err = inflate(&stream, Z_FINISH);
H A Dcompress.c49 err = deflate(&stream, Z_FINISH);
H A Dgzwrite.c66 flush is assumed to be a valid deflate() flush value. If flush is Z_FINISH,
97 doing Z_FINISH then don't write until we get to Z_STREAM_END */
99 (flush != Z_FINISH || ret == Z_STREAM_END))) {
125 if (flush == Z_FINISH)
468 if (flush < 0 || flush > Z_FINISH)
549 if (gz_comp(state, Z_FINISH) == -1)
H A Ddeflate.c411 s->wrap = -s->wrap; /* was made negative by deflate(..., Z_FINISH); */
678 (s->status == FINISH_STATE && flush != Z_FINISH)) {
882 * flushes. For repeated and useless calls with Z_FINISH, we keep
886 flush != Z_FINISH) {
947 if (flush != Z_FINISH) return Z_OK;
1610 if (flush == Z_FINISH) {
1713 if (flush == Z_FINISH) {
1844 if (flush == Z_FINISH) {
1919 if (flush == Z_FINISH) {
1958 if (flush == Z_FINISH) {
[all...]
/macosx-10.10/zlib-55/zlib/
H A Duncompr.c48 err = inflate(&stream, Z_FINISH);
H A Dcompress.c49 err = deflate(&stream, Z_FINISH);
H A Dexample.c195 err = deflate(&c_stream, Z_FINISH);
291 err = deflate(&c_stream, Z_FINISH);
369 err = deflate(&c_stream, Z_FINISH);
411 err = inflate(&d_stream, Z_FINISH);
451 err = deflate(&c_stream, Z_FINISH);
H A Ddeflate.c372 s->wrap = -s->wrap; /* was made negative by deflate(..., Z_FINISH); */
597 (s->status == FINISH_STATE && flush != Z_FINISH)) {
801 * flushes. For repeated and useless calls with Z_FINISH, we keep
805 flush != Z_FINISH) {
865 if (flush != Z_FINISH) return Z_OK;
1509 FLUSH_BLOCK(s, flush == Z_FINISH);
1510 return flush == Z_FINISH ? finish_done : block_done;
1606 FLUSH_BLOCK(s, flush == Z_FINISH);
1607 return flush == Z_FINISH ? finish_done : block_done;
1731 FLUSH_BLOCK(s, flush == Z_FINISH);
[all...]
H A Dgzwrite.c57 flush is assumed to be a valid deflate() flush value. If flush is Z_FINISH,
75 doing Z_FINISH then don't write until we get to Z_STREAM_END */
77 (flush != Z_FINISH || ret == Z_STREAM_END))) {
103 if (flush == Z_FINISH)
442 if (flush < 0 || flush > Z_FINISH)
522 ret += gz_comp(state, Z_FINISH);
/macosx-10.10/rsync-45/rsync/zlib/
H A Dcompress.c49 err = deflate(&stream, Z_FINISH);
H A Ddeflate.c378 s->wrap = -s->wrap; /* was made negative by deflate(..., Z_FINISH); */
569 (s->status == FINISH_STATE && flush != Z_FINISH)) {
773 * flushes. For repeated and useless calls with Z_FINISH, we keep
777 flush != Z_FINISH) {
831 if (flush != Z_FINISH) return Z_OK;
1449 FLUSH_BLOCK(s, flush == Z_FINISH);
1450 return flush == Z_FINISH ? finish_done : block_done;
1566 FLUSH_BLOCK(s, flush == Z_FINISH);
1567 return flush == Z_FINISH ? finish_done : block_done;
1704 FLUSH_BLOCK(s, flush == Z_FINISH);
[all...]
/macosx-10.10/xnu-2782.1.97/libkern/zlib/
H A Dcompress.c80 err = deflate(&stream, Z_FINISH);
H A Duncompr.c81 err = inflate(&stream, Z_FINISH);
H A Ddeflate.c405 s->wrap = -s->wrap; /* was made negative by deflate(..., Z_FINISH); */
589 flush > Z_FINISH || flush < 0) {
596 (s->status == FINISH_STATE && flush != Z_FINISH)) {
800 * flushes. For repeated and useless calls with Z_FINISH, we keep
804 flush != Z_FINISH) {
858 if (flush != Z_FINISH) return Z_OK;
1466 FLUSH_BLOCK(s, flush == Z_FINISH);
1467 return flush == Z_FINISH ? finish_done : block_done;
1573 FLUSH_BLOCK(s, flush == Z_FINISH);
1574 return flush == Z_FINISH
[all...]
/macosx-10.10/WTF-7600.1.24/wtf/
H A DCompression.cpp81 int deflateResult = deflate(&stream, Z_FINISH);
147 int inflateResult = inflate(&stream, Z_FINISH);
/macosx-10.10/zlib-55/zlib/examples/
H A Dfitblk.c85 flush = Z_FINISH;
116 flush = Z_FINISH;
H A Dzpipe.c59 flush = feof(source) ? Z_FINISH : Z_NO_FLUSH;
78 } while (flush != Z_FINISH);
/macosx-10.10/ppp-786.1.1/Helpers/pppdump/
H A Dzlib.h236 #define Z_FINISH 4 macro
343 If the parameter flush is set to Z_FINISH, all pending input is processed,
346 called again with Z_FINISH and more output space (updated avail_out) but no
351 Z_FINISH can be used immediately after deflateInit if all the compression
364 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
418 parameter other than Z_PARTIAL_FLUSH, Z_PACKET_FLUSH or Z_FINISH, but the
427 Z_FINISH. In this case all pending input is processed and all pending
431 be inflateEnd to deallocate the decompression state. The use of Z_FINISH
442 when Z_FINISH is used. In the Z_DATA_ERROR case, the application may then
/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Dipcomp_core.c308 zerror = mode ? inflate(zs, Z_FINISH)
309 : deflate(zs, Z_FINISH);
318 "%sflate(Z_FINISH): %s\n",
323 "%sflate(Z_FINISH): unknown error (%d)\n",
/macosx-10.10/cups-408/cups/examples/
H A Dppdx.c242 if ((error = deflate(&comp, Z_FINISH)) < Z_OK)
/macosx-10.10/zlib-55/zlib/contrib/pascal/
H A Dexample.pas214 err := deflate(c_stream, Z_FINISH);
311 err := deflate(c_stream, Z_FINISH);
392 err := deflate(c_stream, Z_FINISH);
434 err := inflate(d_stream, Z_FINISH);
471 err := deflate(c_stream, Z_FINISH);
/macosx-10.10/zlib-55/zlib/contrib/delphi/
H A DZLib.pas171 Z_FINISH = 4;
304 while CCheck(deflate(strm, Z_FINISH)) <> Z_STREAM_END do
380 if DCheck(inflate(strm, Z_FINISH)) <> Z_STREAM_END then
424 while (CCheck(deflate(FZRec, Z_FINISH)) <> Z_STREAM_END)
/macosx-10.10/WebCore-7600.1.25/Modules/websockets/
H A DWebSocketDeflater.cpp198 int result = inflate(m_stream.get(), Z_FINISH);
/macosx-10.10/tcl-105/tcl_ext/trf/trf/compat/
H A Dzlib.h129 #define Z_FINISH 4 macro
249 If the parameter flush is set to Z_FINISH, pending input is processed,
252 called again with Z_FINISH and more output space (updated avail_out) but no
257 Z_FINISH can be used immediately after deflateInit if all the compression
273 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
346 and Z_FINISH, but the current implementation actually flushes as much output
352 Z_FINISH. In this case all pending input is processed and all pending
356 be inflateEnd to deallocate the decompression state. The use of Z_FINISH
377 enough room in the output buffer when Z_FINISH is used. In the Z_DATA_ERROR
752 the flush parameter is Z_FINISH an
[all...]
/macosx-10.10/xar-254/xar/lib/
H A Dzxar.c226 r = deflate(&GZIP_CONTEXT(context)->z, Z_FINISH);

Completed in 313 milliseconds

123