z_stream
extern (C)
struct z_stream {
}
Members
- adler
uLong adler;
Undocumented in source.
- avail_in
uInt avail_in;
Undocumented in source.
- avail_out
uInt avail_out;
Undocumented in source.
- data_type
int data_type;
Undocumented in source.
- msg
char* msg;
Undocumented in source.
- next_in
Bytef* next_in;
Undocumented in source.
- next_out
Bytef* next_out;
Undocumented in source.
- opaque
voidpf opaque;
Undocumented in source.
- reserved
uLong reserved;
Undocumented in source.
- state
internal_state* state;
Undocumented in source.
- total_in
uLong total_in;
Undocumented in source.
- total_out
uLong total_out;
Undocumented in source.
- zalloc
alloc_func zalloc;
Undocumented in source.
- zfree
free_func zfree;
Undocumented in source.
ocean util compress c zlib
aliasesenumsfunctionsstatic variablesstructs