COSMOS core  1.0.2 (beta)
Comprehensive Open-architecture Solution for Mission Operations Systems
z_stream_s Struct Reference

#include <zlib.h>

Collaboration diagram for z_stream_s:

Public Attributes

Bytefnext_in
 
uInt avail_in
 
uLong total_in
 
Bytefnext_out
 
uInt avail_out
 
uLong total_out
 
char * msg
 
struct internal_statestate
 
alloc_func zalloc
 
free_func zfree
 
voidpf opaque
 
int data_type
 
uLong adler
 
uLong reserved
 

Member Data Documentation

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

The documentation for this struct was generated from the following file: