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

/vbox/src/libs/zlib-1.2.6/contrib/dotzlib/DotZLib/
H A DDotZLib.cs37 public uint avail_out; field in struct:DotZLib.ZStream
/vbox/src/libs/zlib-1.2.6/
H A Dzlib.h91 uInt avail_out; /* remaining free space at next_out */ member in struct:z_stream_s
133 to zero. It must update next_out and avail_out when avail_out has dropped
261 - Provide more output starting at next_out and update next_out and avail_out
269 output, and updating avail_in or avail_out accordingly; avail_out should
271 output when it wants, for example when the output buffer is full (avail_out
273 zero avail_out, it must be called again after making room in the output
313 If deflate returns with avail_out == 0, this function must be called again
315 avail_out), unti
[all...]

Completed in 33 milliseconds