HomeSort by: relevance | last modified time | path
    Searched defs:next_out (Results 1 - 3 of 3) sorted by relevancy

  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 36 public IntPtr next_out; field in struct:DotZLib.ZStream
  /src/sys/net/
zlib.h 367 Bytef *next_out; /* next output byte should be put there */ member in struct:z_stream_s
368 uInt avail_out; /* remaining free space at next_out */
387 dropped to zero. It must update next_out and avail_out when avail_out
511 - Provide more output starting at next_out and update next_out and avail_out
576 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible
612 avail_in may be modified, but next_out and avail_out are unchanged.)
631 - Provide more output starting at next_out and update next_out and avail_out
680 (for example if next_in or next_out was NULL), Z_MEM_ERROR if there was no
    [all...]
  /src/common/dist/zlib/
zlib.h 93 Bytef *next_out; /* next output byte will go here */ member in struct:z_stream_s
94 uInt avail_out; /* remaining free space at next_out */
137 to zero. It must update next_out and avail_out when avail_out has dropped
267 - Generate more output starting at next_out and update next_out and avail_out
357 if next_in or next_out was Z_NULL or the state was inadvertently written over
397 next_out, and avail_out are unused and unchanged. The current
419 - Generate more output starting at next_out and update next_out and avail_out
451 data from that block has been written to strm->next_out. The number o
    [all...]

Completed in 52 milliseconds