Home | History | Annotate | Download | only in include

Lines Matching defs:next_out

87     Bytef    *next_out; /* next output byte should be put there */
88 uInt avail_out; /* remaining free space at next_out */
130 dropped to zero. It must update next_out and avail_out when avail_out
257 - Provide more output starting at next_out and update next_out and avail_out
321 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible
359 avail_in may be modified, but next_out and avail_out are unchanged.)
378 - Provide more output starting at next_out and update next_out and avail_out
408 uncompressed data from that block has been written to strm->next_out. The
452 if next_in or next_out was NULL), Z_MEM_ERROR if there was not enough memory,
732 be done by inflate(). (So next_in and avail_in may be modified, but next_out