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