#include <bzlib.h>
Public Attributes | |
| unsigned int | avail_in |
| unsigned int | avail_out |
| void *(* | bzalloc )(void *, int, int) |
| void(* | bzfree )(void *, void *) |
| char * | next_in |
| char * | next_out |
| void * | opaque |
| void * | state |
| unsigned int | total_in_hi32 |
| unsigned int | total_in_lo32 |
| unsigned int | total_out_hi32 |
| unsigned int | total_out_lo32 |
| unsigned int bz_stream::avail_in |
| unsigned int bz_stream::avail_out |
| void*(* bz_stream::bzalloc)(void *, int, int) |
| void(* bz_stream::bzfree)(void *, void *) |
| char* bz_stream::next_in |
| char* bz_stream::next_out |
| void* bz_stream::opaque |
| void* bz_stream::state |
| unsigned int bz_stream::total_in_hi32 |
| unsigned int bz_stream::total_in_lo32 |
| unsigned int bz_stream::total_out_hi32 |
| unsigned int bz_stream::total_out_lo32 |