Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/zlib/
H A Dzlib.h90 typedef struct z_stream_s { struct
91 z_const Bytef *next_in; /* next input byte */
92 uInt avail_in; /* number of bytes available at next_in */
93 uLong total_in; /* total number of input bytes read so far */
95 Bytef *next_out; /* next output byte will go here */
96 uInt avail_out; /* remaining free space at next_out */
97 uLong total_out; /* total number of bytes output so far */
99 z_const char *msg; /* last error message, NULL if no error */
100 struct internal_state FAR *state; /* not visible by applications */
102 alloc_func zalloc; /* used to allocate the internal state */
[all …]