Lines Matching refs:inflate
98 The memory requirements for inflate are (in bytes) 1 << windowBits
369 inflate().
373 extern int inflate OF((z_stream *strm, int flush));
380 will resume at this point for the next call of inflate().
383 accordingly. inflate() always provides as much output as possible
386 Before the call of inflate(), the application should ensure that at least
391 call of inflate().
394 inflate flushes as much output as possible to the output buffer. The
395 flushing behavior of inflate is not specified for values of the flush
398 anyway. For Z_PACKET_FLUSH, inflate checks that once all the input data
402 inflate() should normally be called until it returns Z_STREAM_END or an
404 (a single call of inflate), the parameter flush should be set to
410 is never required, but can be used to inform inflate that a faster routine
411 may be used for the single inflate() call.
413 inflate() returns Z_OK if some progress has been made (more input
545 with a larger window size is given as input, inflate() will return with
553 next call of inflate().
565 inflate().