• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/

Lines Matching defs:avail_out

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
265 more output, and updating avail_in or avail_out accordingly; avail_out
268 (avail_out == 0), or after each call of deflate(). If deflate returns Z_OK
269 and with zero avail_out, it must be called again after making room in the
289 If deflate returns with avail_out == 0, this function must be called again
291 avail_out), until the flush is complete (deflate returns with non-zero
292 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that
293 avail_out is greater than six to avoid repeated flush markers due to
294 avail_out == 0 on return.
299 called again with Z_FINISH and more output space (updated avail_out) but no
305 is to be done in a single step. In this case, avail_out must be at least
322 (for example avail_in or avail_out was zero). Note that Z_BUF_ERROR is not
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
387 example when the output buffer is full (avail_out == 0), or after each
388 call of inflate(). If inflate returns Z_OK and with zero avail_out, it
417 output is flushed; avail_out must be large enough to hold all the
620 be compressed and flushed. In particular, strm->avail_out must be non-zero.
624 if strm->avail_out was zero.
733 and avail_out are unchanged.)