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
227 - Compress more input starting at next_in and update next_in and avail_in
232 - Provide more output starting at next_out and update next_out and avail_out
239 one of the actions is possible, by providing more input and/or consuming
240 more output, and updating avail_in or avail_out accordingly; avail_out
245 output buffer because there might be more output pending.
261 with the same value of the flush parameter and more output space (updated
268 called again with Z_FINISH and more output space (updated avail_out) but no
269 more input data, until it returns with Z_STREAM_END or an error. After
286 deflate() returns Z_OK if some progress has been made (more input
287 processed or more output produced), Z_STREAM_END if all input has been
347 - Decompress more input starting at next_in and update next_in and avail_in
352 - Provide more output starting at next_out and update next_out and avail_out
354 is no more input data or no more space in the output buffer (see below
358 one of the actions is possible, by providing more input and/or consuming
359 more output, and updating the next_* and avail_* values accordingly.
364 might be more output pending.
420 inflate() returns Z_OK if some progress has been made (more input processed
421 or more output produced), Z_STREAM_END if the end of the compressed data has
429 inflate() can be called again with more input and more output space to
461 This is another version of deflateInit with more compression options. The
485 tuned to compress them better. The effect of Z_FILTERED is to force more