#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 |
struct 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.
Definition at line 84 of file zlib.h.
Referenced by ZlibByteArray::compress(), and ZlibByteArray::uncompress().
Definition at line 88 of file zlib.h.
Referenced by ZlibByteArray::compress(), and ZlibByteArray::uncompress().
char* z_stream_s::msg |
Definition at line 91 of file zlib.h.
Referenced by ZlibByteArray::compress(), and ZlibByteArray::uncompress().
Definition at line 83 of file zlib.h.
Referenced by ZlibByteArray::compress(), and ZlibByteArray::uncompress().
Definition at line 87 of file zlib.h.
Referenced by ZlibByteArray::compress(), and ZlibByteArray::uncompress().
Definition at line 96 of file zlib.h.
Referenced by ZlibByteArray::compress(), and ZlibByteArray::uncompress().
struct internal_state FAR* z_stream_s::state [read] |
alloc_func z_stream_s::zalloc |
Definition at line 94 of file zlib.h.
Referenced by ZlibByteArray::compress(), and ZlibByteArray::uncompress().
free_func z_stream_s::zfree |
Definition at line 95 of file zlib.h.
Referenced by ZlibByteArray::compress(), and ZlibByteArray::uncompress().