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

/illumos-gate/usr/src/common/bzip2/
H A Dbzlib.h53 char *next_in; member in struct:__anon1947
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h160 Bytef *next_in; /* next input byte */ member in struct:z_stream_s
161 uInt avail_in; /* number of bytes available at next_in */
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
343 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible.
377 - Decompress more input starting at next_in and update next_in and avail_in
379 enough room in the output buffer), next_in i
[all...]
/illumos-gate/usr/src/uts/common/zmod/
H A Dzlib.h85 Bytef *next_in; /* next input byte */ member in struct:z_stream_s
86 uInt avail_in; /* number of bytes available at next_in */
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
323 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible
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 exact
360 the zlib header if present: this will be done by inflate(). (So next_in an
[all...]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h405 Bytef *next_in; /* next input byte */ member in struct:z_stream_s
406 uInt avail_in; /* number of bytes available at next_in */
430 * The application must update next_in and avail_in when avail_in has
549 * - Compress more input starting at next_in and update next_in and
551 * there is not enough room in the output buffer), next_in and
624 * inconsistent (for example if next_in or next_out was NULL),
663 * - Decompress more input starting at next_in and update next_in and
665 * there is not enough room in the output buffer), next_in i
[all...]
/illumos-gate/usr/src/boot/lib/libz/
H A Dzlib.h86 z_const Bytef *next_in; /* next input byte */ member in struct:z_stream_s
87 uInt avail_in; /* number of bytes available at next_in */
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
346 if next_in or next_out was Z_NULL), Z_BUF_ERROR if no progress is possible
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 is large enough (the
385 will be done by inflate(). (So next_in an
[all...]

Completed in 70 milliseconds