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

/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h214 #define Z_FINISH 4 macro
321 If the parameter flush is set to Z_FINISH, all pending input is processed,
324 called again with Z_FINISH and more output space (updated avail_out) but no
329 Z_FINISH can be used immediately after deflateInit if all the compression
342 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
396 parameter other than Z_PARTIAL_FLUSH, Z_PACKET_FLUSH or Z_FINISH, but the
405 Z_FINISH. In this case all pending input is processed and all pending
409 be inflateEnd to deallocate the decompression state. The use of Z_FINISH
420 when Z_FINISH is used. In the Z_DATA_ERROR case, the application may then
H A Dzlib.c681 s->noheader = 0; /* was set to -1 by deflate(..., Z_FINISH); */
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;
2285 int flush; /* Z_FINISH if this is the last block for a file */
2289 int eof = flush == Z_FINISH;

Completed in 35 milliseconds