Searched defs:avail_out (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dzlib.h112 uInt avail_out; /* remaining free space at next_out */ member in struct:z_stream_s
154 dropped to zero. It must update next_out and avail_out when avail_out
281 - Provide more output starting at next_out and update next_out and avail_out
289 more output, and updating avail_in or avail_out accordingly; avail_out
292 (avail_out == 0), or after each call of deflate(). If deflate returns Z_OK
293 and with zero avail_out, it must be called again after making room in the
313 If deflate returns with avail_out == 0, this function must be called again
315 avail_out), unti
[all...]

Completed in 39 milliseconds