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

  /onnv/onnv-gate/usr/src/common/bzip2/
bzlib.h 59 unsigned int avail_out; member in struct:__anon3
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
zlib.h 165 uInt avail_out; /* remaining free space at next_out */ member in struct:z_stream_s
181 dropped to zero. It must update next_out and avail_out when avail_out
279 - Provide more output starting at next_out and update next_out and avail_out
287 more output, and updating avail_in or avail_out accordingly; avail_out
290 (avail_out == 0), or after each call of deflate().
301 seriously degrade the compression. If deflate returns with avail_out == 0,
303 parameter and more output space (updated avail_out), until the flush is
304 complete (deflate returns with non-zero avail_out)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/zmod/
zlib.h 90 uInt avail_out; /* remaining free space at next_out */ member in struct:z_stream_s
132 dropped to zero. It must update next_out and avail_out when avail_out
259 - Provide more output starting at next_out and update next_out and avail_out
267 more output, and updating avail_in or avail_out accordingly; avail_out
270 (avail_out == 0), or after each call of deflate(). If deflate returns Z_OK
271 and with zero avail_out, it must be called again after making room in the
291 If deflate returns with avail_out == 0, this function must be called again
293 avail_out), until the flush is complete (deflate returns with non-zer
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/ppp/spppcomp/
zlib.h 410 uInt avail_out; /* remaining free space at next_out */ member in struct:z_stream_s
431 * dropped to zero. It must update next_out and avail_out when
432 * avail_out has dropped to zero. The application must initialize
556 * avail_out accordingly. This action is forced if the parameter flush
564 * and/or consuming more output, and updating avail_in or avail_out
565 * accordingly; avail_out should never be zero before the call. The
567 * example when the output buffer is full (avail_out == 0), or after
569 * avail_out, it must be called again after making room in the output
588 * compression. If deflate returns with avail_out == 0, this function
590 * more output space (updated avail_out), until the flush is complet
    [all...]

Completed in 360 milliseconds