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

/illumos-gate/usr/src/common/bzip2/
H A Dbzlib.h54 unsigned int avail_in; member in struct:__anon1947
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h161 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 byte
[all...]
/illumos-gate/usr/src/uts/common/zmod/
H A Dzlib.h86 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 i
[all...]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h406 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.
984 * This function adds the data at next_in (avail_in byte
[all...]
/illumos-gate/usr/src/boot/lib/libz/
H A Dzlib.h87 uInt avail_in; /* number of bytes available at next_in */ member in struct:z_stream_s
132 The application must update next_in and avail_in when avail_in has dropped
256 - Compress more input starting at next_in and update next_in and avail_in
258 enough room in the output buffer), next_in and avail_in are updated and
269 output, and updating avail_in or avail_out accordingly; avail_out should
283 particular avail_in is zero after the call if enough output space has been
347 (for example avail_in or avail_out was zero). Note that Z_BUF_ERROR is not
371 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
372 the caller. If next_in is not Z_NULL and avail_in i
[all...]

Completed in 69 milliseconds