Lines Matching refs:next_in
160 Bytef *next_in; /* next input byte */
161 uInt avail_in; /* number of bytes available at next_in */
180 The application must update next_in and avail_in when avail_in has
274 - Compress more input starting at next_in and update next_in and avail_in
276 enough room in the output buffer), next_in and avail_in are updated and
343 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible.
377 - Decompress more input starting at next_in and update next_in and avail_in
379 enough room in the output buffer), next_in is updated and processing
417 the stream structure was inconsistent (for example if next_in or next_out
450 fields next_in, zalloc and zfree must be initialized before by the caller.
481 If next_in is not null, the library will use this buffer to hold also
483 data, or have at least 1<<(windowBits+1) bytes and be writable. If next_in
484 is null, the library will allocate its own history buffer (and leave next_in
488 If the history buffer is provided by the application, next_in must
491 must provide more input only by increasing avail_in. next_in is always
551 library will allocate its own buffer (and leave next_out null). next_in
595 This function adds the data at next_in (avail_in bytes) to the output
599 containing the data at next_in (except that the data is not output).