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

  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
DotZLib.cs 33 public uint avail_in; field in struct:DotZLib.ZStream
  /src/sys/net/
zlib.h 364 uInt avail_in; /* number of bytes available at next_in */ member in struct:z_stream_s
386 The application must update next_in and avail_in when avail_in has
506 - Compress more input starting at next_in and update next_in and avail_in
508 enough room in the output buffer), next_in and avail_in are updated and
519 more output, and updating avail_in or avail_out accordingly; avail_out
529 avail_in is zero after the call if enough output space has been provided
561 0.1% larger than avail_in plus 12 bytes. If deflate does not return
577 (for example avail_in or avail_out was zero).
599 next_in, avail_in, zalloc, zfree and opaque must be initialized before b
    [all...]
  /src/common/dist/zlib/
zlib.h 90 uInt avail_in; /* number of bytes available at next_in */ member in struct:z_stream_s
136 The application must update next_in and avail_in when avail_in has dropped
262 - Compress more input starting at next_in and update next_in and avail_in
264 enough room in the output buffer), next_in and avail_in are updated and
275 output, and updating avail_in or avail_out accordingly; avail_out should
291 particular avail_in is zero after the call if enough output space has been
359 avail_in or avail_out was zero). Note that Z_BUF_ERROR is not fatal, and
383 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
396 Actual decompression will be done by inflate(). So next_in, and avail_in,
    [all...]

Completed in 14 milliseconds