HomeSort by relevance Sort by last modified time
    Searched defs:avail_in (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/common/bzip2/
bzlib.h 54 unsigned int avail_in; member in struct:__anon3
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
zlib.h 161 uInt avail_in; /* number of bytes available at next_in */ member in struct:z_stream_s
180 The application must update next_in and avail_in when avail_in has
274 - Compress more input starting at next_in and update next_in and avail_in
276 enough room in the output buffer), next_in and avail_in are updated and
287 more output, and updating avail_in or avail_out accordingly; avail_out
331 0.1% larger than avail_in plus 12 bytes. If deflate does not return
377 - Decompress more input starting at next_in and update next_in and avail_in
491 must provide more input only by increasing avail_in. next_in is always
595 This function adds the data at next_in (avail_in bytes) to the outpu
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/zmod/
zlib.h 86 uInt avail_in; /* number of bytes available at next_in */ member in struct:z_stream_s
131 The application must update next_in and avail_in when avail_in has
254 - Compress more input starting at next_in and update next_in and avail_in
256 enough room in the output buffer), next_in and avail_in are updated and
267 more output, and updating avail_in or avail_out accordingly; avail_out
281 avail_in is zero after the call if enough output space has been provided
324 (for example avail_in or avail_out was zero). Note that Z_BUF_ERROR is not
348 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
349 the caller. If next_in is not Z_NULL and avail_in is large enough (the exac
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/ppp/spppcomp/
zlib.h 406 uInt avail_in; /* number of bytes available at next_in */ member in struct:z_stream_s
430 * The application must update next_in and avail_in when avail_in has
550 * avail_in accordingly. If not all input can be processed (because
552 * avail_in are updated and processing will resume at this point for
564 * and/or consuming more output, and updating avail_in or avail_out
611 * must be at least 0.1% larger than avail_in plus 12 bytes. If
664 * avail_in accordingly. If not all input can be processed (because
792 * avail_in. next_in is always reset by the library in this case.
    [all...]

Completed in 180 milliseconds