Home | History | Annotate | Download | only in zlib

Lines Matching defs:avail_in

90     uInt     avail_in;  /* number of bytes available at next_in */
136 The application must update next_in and avail_in when avail_in has dropped
262 - Compress more input starting at next_in and update next_in and avail_in
264 enough room in the output buffer), next_in and avail_in are updated and
275 output, and updating avail_in or avail_out accordingly; avail_out should
291 particular avail_in is zero after the call if enough output space has been
359 avail_in or avail_out was zero). Note that Z_BUF_ERROR is not fatal, and
383 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
396 Actual decompression will be done by inflate(). So next_in, and avail_in,
413 - Decompress more input starting at next_in and update next_in and avail_in
415 enough room in the output buffer), then next_in and avail_in are updated
840 fields next_in, avail_in, zalloc, zfree and opaque must be initialized
884 will be done by inflate(). (So next_in and avail_in may be modified, but
1030 location in the input stream can be determined from avail_in and data_type
1147 setting strm->next_in and strm->avail_in. If that input is exhausted, then
1150 immediately for input. If strm->next_in is not Z_NULL, then strm->avail_in
1151 must also be initialized, and then if strm->avail_in is not zero, input will
1152 initially be taken from strm->next_in[0 .. strm->avail_in - 1].
1159 On return, inflateBack() will set strm->next_in and strm->avail_in to