Lines Matching defs:avail_in
88 uInt avail_in; /* number of bytes available at next_in */
134 The application must update next_in and avail_in when avail_in has dropped
260 - Compress more input starting at next_in and update next_in and avail_in
262 enough room in the output buffer), next_in and avail_in are updated and
273 output, and updating avail_in or avail_out accordingly; avail_out should
289 particular avail_in is zero after the call if enough output space has been
357 avail_in or avail_out was zero). Note that Z_BUF_ERROR is not fatal, and
381 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
394 Actual decompression will be done by inflate(). So next_in, and avail_in,
411 - Decompress more input starting at next_in and update next_in and avail_in
413 enough room in the output buffer), then next_in and avail_in are updated
853 fields next_in, avail_in, zalloc, zfree and opaque must be initialized
897 will be done by inflate(). (So next_in and avail_in may be modified, but
1043 location in the input stream can be determined from avail_in and data_type
1160 setting strm->next_in and strm->avail_in. If that input is exhausted, then
1163 immediately for input. If strm->next_in is not Z_NULL, then strm->avail_in
1164 must also be initialized, and then if strm->avail_in is not zero, input will
1165 initially be taken from strm->next_in[0 .. strm->avail_in - 1].
1172 On return, inflateBack() will set strm->next_in and strm->avail_in to