Public Attributes

z_stream_s Struct Reference

Search for all occurrences

#include <zlibdll.h>

Inheritance diagram for z_stream_s:
Inheritance graph
[legend]

List of all members.

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 *  state
alloc_func  zalloc
free_func  zfree
voidpf  opaque
int  data_type
uLong  adler
uLong  reserved

Member Data Documentation

Bytef* next_in
uInt avail_in
uLong total_in
Bytef* next_out
uInt avail_out
uLong total_out
char* msg
struct internal_state* state
alloc_func zalloc
free_func zfree
voidpf opaque
int data_type
uLong adler
uLong reserved