Searched defs:avail_out (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/common/bzip2/
H A Dbzlib.h59 unsigned int avail_out; member in struct:__anon1947
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h165 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...]
/illumos-gate/usr/src/uts/common/zmod/
H A Dzlib.h90 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), unti
[all...]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h410 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), unti
[all...]
/illumos-gate/usr/src/boot/lib/libz/
H A Dzlib.h91 uInt avail_out; /* remaining free space at next_out */ member in struct:z_stream_s
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
269 output, and updating avail_in or avail_out accordingly; avail_out should
271 output when it wants, for example when the output buffer is full (avail_out
273 zero avail_out, it must be called again after making room in the output
313 If deflate returns with avail_out == 0, this function must be called again
315 avail_out), unti
[all...]

Completed in 64 milliseconds