#include <zlib.h>
Collaboration diagram for z_stream_s:

Data Fields | |
| Bytef * | next_in |
| uInt | avail_in |
| uLong | total_in |
| Bytef * | next_out |
| uInt | avail_out |
| uLong | total_out |
| char * | msg |
| internal_state FAR * | state |
| alloc_func | zalloc |
| free_func | zfree |
| voidpf | opaque |
| int | data_type |
| uLong | adler |
| uLong | reserved |
Definition at line 82 of file zlib.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6