Lines Matching defs:inflateBack
119 /* Macros for inflateBack(): */
151 then return a Z_BUF_ERROR from inflateBack(). */
164 /* Get a byte of input into the bit accumulator, or return from inflateBack()
175 not enough available input to do that, then return from inflateBack() with
202 if it's full. If the write fails, return from inflateBack() with a
223 inflateBack() needs more input, it calls in(). When inflateBack() has
226 change the provided input until in() is called again or inflateBack()
228 inflateBack() returns.
231 inflateBack() call. This parameter can be a structure that provides the
236 failure. If either in() or out() fails, than inflateBack() returns a
238 was in() or out() that caused in the error. Otherwise, inflateBack()
241 inflateBack() can also return Z_STREAM_ERROR if the input parameters
244 int ZEXPORT inflateBack(z_streamp strm, in_func in, void FAR *in_desc,