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

/illumos-gate/usr/src/common/bzip2/
H A Dbzlib.h58 char *next_out; member in struct:__anon1947
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h164 Bytef *next_out; /* next output byte should be put there */ member in struct:z_stream_s
165 uInt avail_out; /* remaining free space at next_out */
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
343 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible.
382 - Provide more output starting at next_out and update next_out and avail_out
417 the stream structure was inconsistent (for example if next_in or next_out
485 null). next_out nee
[all...]
/illumos-gate/usr/src/uts/common/zmod/
H A Dzlib.h89 Bytef *next_out; /* next output byte should be put there */ member in struct:z_stream_s
90 uInt avail_out; /* remaining free space at next_out */
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
323 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible
361 avail_in may be modified, but next_out and avail_out are unchanged.)
380 - Provide more output starting at next_out and update next_out and avail_out
410 uncompressed data from that block has been written to strm->next_out
[all...]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h409 Bytef *next_out; /* next output byte should be put there */ member in struct:z_stream_s
410 uInt avail_out; /* remaining free space at next_out */
431 * dropped to zero. It must update next_out and avail_out when
555 * - Provide more output starting at next_out and update next_out and
624 * inconsistent (for example if next_in or next_out was NULL),
669 * - Provide more output starting at next_out and update next_out and
712 * inconsistent (for example if next_in or next_out was NULL),
784 * history buffer (and leave next_in null). next_out nee
[all...]
/illumos-gate/usr/src/boot/lib/libz/
H A Dzlib.h90 Bytef *next_out; /* next output byte should be put there */ member in struct:z_stream_s
91 uInt avail_out; /* remaining free space at next_out */
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
346 if next_in or next_out was Z_NULL), Z_BUF_ERROR if no progress is possible
386 next_out and avail_out are unused and unchanged.) The current implementation
407 - Provide more output starting at next_out and update next_out and avail_out
437 data from that block has been written to strm->next_out
[all...]

Completed in 89 milliseconds