Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dzlib.h84 typedef struct z_stream_s { struct
85 const Byte *next_in; /* next input byte */
86 uLong avail_in; /* number of bytes available at next_in */
87 uLong total_in; /* total nb of input bytes read so far */
89 Byte *next_out; /* next output byte should be put there */
90 uLong 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 *state; /* not visible by applications */
96 void *workspace; /* memory allocated for this stream */
[all …]

Completed in 4 milliseconds