Lines Matching defs:next_out
164 Bytef *next_out; /* next output byte should be put there */
165 uInt avail_out; /* remaining free space at next_out */
181 dropped to zero. It must update next_out and avail_out when avail_out
279 - Provide more output starting at next_out and update next_out and avail_out
343 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible.
382 - Provide more output starting at next_out and update next_out and avail_out
417 the stream structure was inconsistent (for example if next_in or next_out
485 null). next_out need not be provided here but must be provided by the
508 application to provide the correct values of next_out and avail_out for the
539 fields next_out, zalloc and zfree must be initialized before by the caller.
548 If next_out is not null, the library will use this buffer for the history
550 data, or have at least 1<<windowBits bytes. If next_out is null, the
551 library will allocate its own buffer (and leave next_out null). next_in
555 If the history buffer is provided by the application, next_out must
558 can only reset next_out to the beginning of the history buffer when