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

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dzlib.h74 uInt avail_out; /* remaining free space at next_out */ member in struct:z_stream_s
93 dropped to zero. It must update next_out and avail_out when avail_out
216 - Provide more output starting at next_out and update next_out and avail_out
224 more output, and updating avail_in or avail_out accordingly; avail_out
227 (avail_out == 0), or after each call of deflate(). If deflate returns Z_OK
228 and with zero avail_out, it must be called again after making room in the
244 If deflate returns with avail_out == 0, this function must be called again
246 avail_out), unti
[all...]

Completed in 18 milliseconds