Lines Matching full:more

44       this checks there is no more input data available and the next data
62 application must provide more input and/or consume the output
63 (providing more output space) before each call.
122 exactly 65536 bytes, but will not be required to allocate more than this
233 - Compress more input starting at next_in and update next_in and avail_in
238 - Provide more output starting at next_out and update next_out and avail_out
245 one of the actions is possible, by providing more input and/or consuming
246 more output, and updating avail_in or avail_out accordingly; avail_out
251 output buffer because there might be more output pending.
267 with the same value of the flush parameter and more output space (updated
274 called again with Z_FINISH and more output space (updated avail_out) but no
275 more input data, until it returns with Z_STREAM_END or an error. After
292 deflate() returns Z_OK if some progress has been made (more input
293 processed or more output produced), Z_STREAM_END if all input has been
353 - Decompress more input starting at next_in and update next_in and avail_in
358 - Provide more output starting at next_out and update next_out and avail_out
360 is no more input data or no more space in the output buffer (see below
364 one of the actions is possible, by providing more input and/or consuming
365 more output, and updating the next_* and avail_* values accordingly.
370 might be more output pending.
426 inflate() returns Z_OK if some progress has been made (more input processed
427 or more output produced), Z_STREAM_END if the end of the compressed data has
435 inflate() can be called again with more input and more output space to
467 This is another version of deflateInit with more compression options. The
491 tuned to compress them better. The effect of Z_FILTERED is to force more