Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/uts/common/zmod/
H A Dzlib.h84 typedef struct z_stream_s { struct
85 Bytef *next_in; /* next input byte */
86 uInt avail_in; /* number of bytes available at next_in */
87 uLong total_in; /* total nb of input bytes read so far */
89 Bytef *next_out; /* next output byte should be put there */
90 uInt avail_out; /* remaining free space at next_out */
91 uLong total_out; /* total nb of bytes output so far */
93 char *msg; /* last error message, NULL if no error */
94 struct internal_state FAR *state; /* not visible by applications */
96 alloc_func zalloc; /* used to allocate the internal state */
[all …]
/netbsd-src/external/gpl3/gdb/dist/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 */
96 struct internal_state FAR *state; /* not visible by applications */
98 alloc_func zalloc; /* used to allocate the internal state */
[all …]
/netbsd-src/external/gpl3/binutils/dist/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 */
96 struct internal_state FAR *state; /* not visible by applications */
98 alloc_func zalloc; /* used to allocate the internal state */
[all …]
/netbsd-src/sys/net/
H A Dzlib.h362 typedef struct z_stream_s { struct
363 Bytef *next_in; /* next input byte */
364 uInt avail_in; /* number of bytes available at next_in */
365 uLong total_in; /* total nb of input bytes read so far */
367 Bytef *next_out; /* next output byte should be put there */
368 uInt avail_out; /* remaining free space at next_out */
369 uLong total_out; /* total nb of bytes output so far */
371 const char *msg; /* last error message, NULL if no error */
372 struct internal_state FAR *state; /* not visible by applications */
374 alloc_func zalloc; /* used to allocate the internal state */
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/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 */
96 struct internal_state FAR *state; /* not visible by applications */
98 alloc_func zalloc; /* used to allocate the internal state */
[all …]
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dzlib.h427 typedef struct z_stream_s { struct
428 Bytef *next_in; /* next input byte */
429 uInt avail_in; /* number of bytes available at next_in */
430 uLong total_in; /* total nb of input bytes read so far */
432 Bytef *next_out; /* next output byte should be put there */
433 uInt avail_out; /* remaining free space at next_out */
434 uLong total_out; /* total nb of bytes output so far */
436 char *msg; /* last error message, NULL if no error */
437 struct internal_state FAR *state; /* not visible by applications */
439 alloc_func zalloc; /* used to allocate the internal state */
[all …]