Home | History | Annotate | Download | only in src

Lines Matching refs:avail_in

87     uInt     avail_in;  /* number of bytes available at next_in */
132 The application must update next_in and avail_in when avail_in has dropped
256 - Compress more input starting at next_in and update next_in and avail_in
258 enough room in the output buffer), next_in and avail_in are updated and
269 output, and updating avail_in or avail_out accordingly; avail_out should
283 particular avail_in is zero after the call if enough output space has been
347 (for example avail_in or avail_out was zero). Note that Z_BUF_ERROR is not
371 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
372 the caller. If next_in is not Z_NULL and avail_in is large enough (the
385 will be done by inflate(). (So next_in and avail_in may be modified, but
402 - Decompress more input starting at next_in and update next_in and avail_in
774 fields next_in, avail_in, zalloc, zfree and opaque must be initialized
813 will be done by inflate(). (So next_in and avail_in may be modified, but
956 location in the input stream can be determined from avail_in and data_type
1073 setting strm->next_in and strm->avail_in. If that input is exhausted, then
1076 immediately for input. If strm->next_in is not Z_NULL, then strm->avail_in
1077 must also be initialized, and then if strm->avail_in is not zero, input will
1078 initially be taken from strm->next_in[0 .. strm->avail_in - 1].
1085 On return, inflateBack() will set strm->next_in and strm->avail_in to