Home | History | Annotate | Download | only in zlib

Lines Matching defs:inflateBack

116 /* Macros for inflateBack(): */
148 then return a Z_BUF_ERROR from inflateBack(). */
161 /* Get a byte of input into the bit accumulator, or return from inflateBack()
172 not enough available input to do that, then return from inflateBack() with
199 if it's full. If the write fails, return from inflateBack() with a
220 inflateBack() needs more input, it calls in(). When inflateBack() has
223 change the provided input until in() is called again or inflateBack()
225 inflateBack() returns.
228 inflateBack() call. This parameter can be a structure that provides the
233 failure. If either in() or out() fails, than inflateBack() returns a
235 was in() or out() that caused in the error. Otherwise, inflateBack()
238 inflateBack() can also return Z_STREAM_ERROR if the input parameters
241 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc)