Lines Matching defs:inflateBack
117 /* Macros for inflateBack(): */
149 then return a Z_BUF_ERROR from inflateBack(). */
162 /* Get a byte of input into the bit accumulator, or return from inflateBack()
173 not enough available input to do that, then return from inflateBack() with
200 if it's full. If the write fails, return from inflateBack() with a
221 inflateBack() needs more input, it calls in(). When inflateBack() has
224 change the provided input until in() is called again or inflateBack()
226 inflateBack() returns.
229 inflateBack() call. This parameter can be a structure that provides the
234 failure. If either in() or out() fails, than inflateBack() returns a
236 was in() or out() that caused in the error. Otherwise, inflateBack()
239 inflateBack() can also return Z_STREAM_ERROR if the input parameters
242 int ZEXPORT inflateBack(z_streamp strm, in_func in, void FAR *in_desc,