Lines Matching full:more
53 application must provide more input and/or consume the output
54 (providing more output space) before each call.
107 for more details on the meanings of these fields.
145 exactly 65536 bytes, but will not be required to allocate more than this
252 - Compress more input starting at next_in and update next_in and avail_in
257 - Provide more output starting at next_out and update next_out and avail_out
264 one of the actions is possible, by providing more input and/or consuming
265 more output, and updating avail_in or avail_out accordingly; avail_out
270 output buffer because there might be more output pending.
290 with the same value of the flush parameter and more output space (updated
299 called again with Z_FINISH and more output space (updated avail_out) but no
300 more input data, until it returns with Z_STREAM_END or an error. After
317 deflate() returns Z_OK if some progress has been made (more input
318 processed or more output produced), Z_STREAM_END if all input has been
323 fatal, and deflate() can be called again with more input and more output
373 - Decompress more input starting at next_in and update next_in and avail_in
378 - Provide more output starting at next_out and update next_out and avail_out
380 is no more input data or no more space in the output buffer (see below
384 one of the actions is possible, by providing more input and/or consuming
385 more output, and updating the next_* and avail_* values accordingly.
390 might be more output pending.
446 inflate() returns Z_OK if some progress has been made (more input processed
447 or more output produced), Z_STREAM_END if the end of the compressed data has
455 inflate() can be called again with more input and more output space to
487 This is another version of deflateInit with more compression options. The
523 compress them better. The effect of Z_FILTERED is to force more Huffman
765 if no more input was provided, Z_DATA_ERROR if no flush point has been found,
769 application may repeatedly call inflateSync, providing more input each time,
885 interface for input and output. This is more efficient than inflate() for
985 20: PKZIP_BUG_WORKAROUND -- slightly more permissive inflate
1074 as in "wb1R". (See the description of deflateInit2 for more information