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

/vbox/src/libs/zlib-1.2.6/contrib/dotzlib/DotZLib/
H A DDotZLib.cs36 public IntPtr next_out; field in struct:DotZLib.ZStream
/vbox/src/libs/zlib-1.2.6/
H A Dzlib.h90 Bytef *next_out; /* next output byte should be put there */ member in struct:z_stream_s
91 uInt avail_out; /* remaining free space at next_out */
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
346 if next_in or next_out was Z_NULL), Z_BUF_ERROR if no progress is possible
386 next_out and avail_out are unused and unchanged.) The current implementation
407 - Provide more output starting at next_out and update next_out and avail_out
437 data from that block has been written to strm->next_out
[all...]

Completed in 55 milliseconds