Home | History | Annotate | Download | only in linux

Lines Matching refs:next_in

85     Byte    *next_in;   /* next input byte */
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
285 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible
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
327 the zlib header if present: this will be done by inflate(). (So next_in and
342 - Decompress more input starting at next_in and update next_in and avail_in
344 enough room in the output buffer), next_in is updated and processing
372 number of unused bits in the last byte taken from strm->next_in, plus 64
421 if next_in or next_out was NULL), Z_MEM_ERROR if there was not enough memory,
457 fields next_in, zalloc, zfree and opaque must be initialized before by
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
684 containing the data at next_in (except that the data is not output).