Home
last modified time | relevance | path

Searched defs:z_stream_s (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h159 typedef struct z_stream_s { struct
160 Bytef *next_in; /* next input byte */
161 uInt avail_in; /* number of bytes available at next_in */
162 uLong total_in; /* total nb of input bytes read so far */
164 Bytef *next_out; /* next output byte should be put there */
165 uInt avail_out; /* remaining free space at next_out */
166 uLong total_out; /* total nb of bytes output so far */
168 char *msg; /* last error message, NULL if no error */
169 struct internal_state FAR *state; /* not visible by applications */
171 alloc_func zalloc; /* used to allocate the internal state */
[all …]
/illumos-gate/usr/src/contrib/zlib/
H A Dzlib.h86 typedef struct z_stream_s { struct
87 z_const Bytef *next_in; /* next input byte */
88 uInt avail_in; /* number of bytes available at next_in */
89 uLong total_in; /* total number of input bytes read so far */
91 Bytef *next_out; /* next output byte will go here */
92 uInt avail_out; /* remaining free space at next_out */
93 uLong total_out; /* total number of bytes output so far */
95 z_const char *msg; /* last error message, NULL if no error */
98 alloc_func zalloc; /* used to allocate the internal state */
99 free_func zfree; /* used to free the internal state */
[all …]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h402 typedef struct z_stream_s { struct
403 Bytef *next_in; /* next input byte */
404 uInt avail_in; /* number of bytes available at next_in */
405 uLong total_in; /* total nb of input bytes read so far */
408 uInt avail_out; /* remaining free space at next_out */
409 uLong total_out; /* total nb of bytes output so far */
415 free_func zfree; /* used to free the internal state */
417 voidpf opaque;
420 int data_type;
421 uLong adler; /* adler32 value of the uncompressed data */
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c505 typedef struct z_stream_s { struct
506 Bytef *next_in; /* next input byte */
507 uInt avail_in; /* number of bytes available at next_in */
508 uLong total_in; /* total nb of input bytes read so far */
510 Bytef *next_out; /* next output byte should be put there */
511 uInt avail_out; /* remaining free space at next_out */
512 uLong total_out; /* total nb of bytes output so far */
514 char *msg; /* last error message, NULL if no error */
517 alloc_func zalloc; /* used to allocate the internal state */
518 free_func zfree; /* used to free the internal state */
[all …]