Home | History | Annotate | Download | only in zlib

Lines Matching defs:next_out

93     Bytef    *next_out; /* next output byte will go here */
94 uInt avail_out; /* remaining free space at next_out */
137 to zero. It must update next_out and avail_out when avail_out has dropped
267 - Generate more output starting at next_out and update next_out and avail_out
357 if next_in or next_out was Z_NULL or the state was inadvertently written over
397 next_out, and avail_out are unused and unchanged. The current
419 - Generate more output starting at next_out and update next_out and avail_out
451 data from that block has been written to strm->next_out. The number of
512 next_in or next_out was Z_NULL, or the state was inadvertently written over
885 next_out and avail_out are unused and unchanged.) The current implementation