struct z_stream_s |
Encapsulates a zip stream
Public Attributes | |
---|---|
uLong | adler |
uInt | avail_in |
uInt | avail_out |
int | data_type |
char * | msg |
Bytef * | next_in |
Bytef * | next_out |
voidpf | opaque |
uLong | reserved |
struct internal_state FAR * | state |
uLong | total_in |
uLong | total_out |
alloc_func | zalloc |
free_func | zfree |