Home | History | Annotate | Download | only in zlib

Lines Matching defs:next_out

90     Bytef    *next_out; /* next output byte should be put there */
91 uInt avail_out; /* remaining free space at next_out */
134 to zero. It must update next_out and avail_out when avail_out has dropped
266 - Provide more output starting at next_out and update next_out and avail_out
350 if next_in or next_out was Z_NULL), Z_BUF_ERROR if no progress is possible
390 next_out and avail_out are unused and unchanged.) The current implementation
411 - Provide more output starting at next_out and update next_out and avail_out
441 data from that block has been written to strm->next_out. The number of
494 next_in or next_out was Z_NULL), Z_MEM_ERROR if there was not enough memory,
784 next_out and avail_out are unused and unchanged.) The current implementation