Home | History | Annotate | Download | only in src

Lines Matching defs:inflateBack

125 /* Macros for inflateBack(): */
157 then return a Z_BUF_ERROR from inflateBack(). */
170 /* Get a byte of input into the bit accumulator, or return from inflateBack()
181 not enough available input to do that, then return from inflateBack() with
208 if it's full. If the write fails, return from inflateBack() with a
229 inflateBack() needs more input, it calls in(). When inflateBack() has
232 change the provided input until in() is called again or inflateBack()
234 inflateBack() returns.
237 inflateBack() call. This parameter can be a structure that provides the
242 failure. If either in() or out() fails, than inflateBack() returns a
244 was in() or out() that caused in the error. Otherwise, inflateBack()
247 inflateBack() can also return Z_STREAM_ERROR if the input parameters
250 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc)