| Linderdaum Engine: bz_stream Struct Reference | ![]() |
#include <libcompress.h>
Public Attributes | |
| char * | next_in |
| unsigned int | avail_in |
| unsigned int | total_in_lo32 |
| unsigned int | total_in_hi32 |
| char * | next_out |
| unsigned int | avail_out |
| unsigned int | total_out_lo32 |
| unsigned int | total_out_hi32 |
| void * | state |
| void *(* | bzalloc )(void *, int, int) |
| void(* | bzfree )(void *, void *) |
| void * | opaque |
| 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 |