#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 25 of file zlib.h.
Definition at line 26 of file zlib.h.
Referenced by compress2(), gz_open(), gzread(), gzrewind(), gzseek(), gzwrite(), libtorrent::inflate_gzip(), and uncompress().
Definition at line 27 of file zlib.h.
Referenced by compress2(), do_flush(), gz_open(), gzread(), gzrewind(), gzseek(), gzwrite(), libtorrent::inflate_gzip(), and uncompress().
Definition at line 30 of file zlib.h.
Referenced by compress2(), do_flush(), gz_open(), gzread(), gzsetparams(), gzwrite(), libtorrent::inflate_gzip(), and uncompress().
Definition at line 31 of file zlib.h.
Referenced by compress2(), do_flush(), gz_open(), gzread(), gzsetparams(), gzwrite(), libtorrent::inflate_gzip(), and uncompress().
| char * z_stream_s::msg |
struct internal_state FAR * z_stream_s::state [read] |
| alloc_func z_stream_s::zalloc |
Definition at line 37 of file zlib.h.
Referenced by compress2(), gz_open(), libtorrent::inflate_gzip(), and uncompress().
| free_func z_stream_s::zfree |
Definition at line 38 of file zlib.h.
Referenced by compress2(), gz_open(), libtorrent::inflate_gzip(), and uncompress().
Definition at line 39 of file zlib.h.
Referenced by compress2(), gz_open(), and libtorrent::inflate_gzip().
1.5.6