#include <zlib.h>
Public Attributes | |
| Bytef * | next_in |
| uInt | avail_in |
| uLong | total_in |
| Bytef * | next_out |
| uInt | avail_out |
| uLong | total_out |
| char * | msg |
| internal_state * | state |
| alloc_func | zalloc |
| free_func | zfree |
| voidpf | opaque |
| INT32 | data_type |
| uLong | adler |
| uLong | reserved |
Definition at line 87 of file zlib.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4