Home | History | Annotate | Download | only in include

Lines Matching defs:avail_in

84     uInt     avail_in;  /* number of bytes available at next_in */
129 The application must update next_in and avail_in when avail_in has
252 - Compress more input starting at next_in and update next_in and avail_in
254 enough room in the output buffer), next_in and avail_in are updated and
265 more output, and updating avail_in or avail_out accordingly; avail_out
279 avail_in is zero after the call if enough output space has been provided
322 (for example avail_in or avail_out was zero). Note that Z_BUF_ERROR is not
346 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
347 the caller. If next_in is not Z_NULL and avail_in is large enough (the exact
359 avail_in may be modified, but next_out and avail_out are unchanged.)
373 - Decompress more input starting at next_in and update next_in and avail_in
698 fields next_in, avail_in, zalloc, zfree and opaque must be initialized
732 be done by inflate(). (So next_in and avail_in may be modified, but next_out
923 setting strm->next_in and strm->avail_in. If that input is exhausted, then
926 immediately for input. If strm->next_in is not Z_NULL, then strm->avail_in
927 must also be initialized, and then if strm->avail_in is not zero, input will
928 initially be taken from strm->next_in[0 .. strm->avail_in - 1].
935 On return, inflateBack() will set strm->next_in and strm->avail_in to