Home | History | Annotate | Download | only in linux

Lines Matching defs:avail_in

86     uInt     avail_in;  /* number of bytes available at next_in */
106 The application must update next_in and avail_in when avail_in has
222 - Compress more input starting at next_in and update next_in and avail_in
224 enough room in the output buffer), next_in and avail_in are updated and
235 more output, and updating avail_in or avail_out accordingly; avail_out
245 avail_in is zero after the call if enough output space has been provided
270 0.1% larger than avail_in plus 12 bytes. If deflate does not return
286 (for example avail_in or avail_out was zero).
315 next_in, avail_in, and workspace must be initialized before by
316 the caller. If next_in is not NULL and avail_in is large enough (the exact
328 avail_in may be modified, but next_out and avail_out are unchanged.)
342 - Decompress more input starting at next_in and update next_in and avail_in
591 fields next_in, avail_in, zalloc, zfree and opaque must be initialized
625 be done by inflate(). (So next_in and avail_in may be modified, but next_out
680 This function adds the data at next_in (avail_in bytes) to the output