Lines Matching full:all
132 opaque before calling the init function. All other fields are set by the
229 all (the input data is simply copied a block at a time).
253 accordingly. If not all input can be processed (because there is not
276 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
278 that the decompressor can get all input data available so far. (In particular
283 If flush is set to Z_FULL_FLUSH, all output is flushed as with
304 Z_FINISH can be used immediately after deflateInit if all the compression
309 deflate() sets strm->adler to the adler32 checksum of all input read
318 processed or more output produced), Z_STREAM_END if all input has been
319 consumed and all output has been produced (only when flush is set to
330 All dynamically allocated data structures for this stream are freed.
349 compression method from the zlib header and allocates all data structures
374 accordingly. If not all input can be processed (because there is not
407 deflate stream. The end-of-block will not be indicated until all of the
414 error. However if all decompression is to be performed in a single step
416 Z_FINISH. In this case all pending input is processed and all pending
417 output is flushed; avail_out must be large enough to hold all the
433 strm->adler to the adler32 checksum of all output produced so far (that is,
448 been reached and all uncompressed output has been produced, Z_NEED_DICT if a
464 All dynamically allocated data structures for this stream are freed.
598 but does not free and reallocate all the internal compression state.
761 description of deflate with Z_FULL_FLUSH) can be found, or until all
792 but does not free and reallocate all the internal decompression state.
907 routines until it reads a complete deflate stream and writes out all of the
951 All memory allocated by inflateBackInit() is freed.
1175 Flushes all pending output into the compressed file. The parameter
1178 the flush parameter is Z_FINISH and all output could be flushed.
1231 Flushes all pending output if necessary, closes the compressed file
1232 and deallocates all the (de)compression state. The return value is the zlib