Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Public Attributes | List of all members
z_stream_s Struct Reference

#include <zlib.h>

Public Attributes

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

Detailed Description

Definition at line 68 of file zlib.h.

Member Data Documentation

◆ adler

uLong z_stream_s::adler

Definition at line 85 of file zlib.h.

Referenced by gztack().

◆ avail_in

uInt z_stream_s::avail_in

◆ avail_out

uInt z_stream_s::avail_out

◆ data_type

int z_stream_s::data_type

Definition at line 84 of file zlib.h.

Referenced by gzcopy().

◆ msg [1/2]

char* z_stream_s::msg

Definition at line 77 of file zlib.h.

Referenced by gunpipe(), lunpipe(), and try().

◆ msg [2/2]

z_const char* z_stream_s::msg

Definition at line 94 of file zlib.h.

◆ next_in [1/2]

Bytef* z_stream_s::next_in

◆ next_in [2/2]

z_const Bytef* z_stream_s::next_in

Definition at line 86 of file zlib.h.

◆ next_out

Bytef * z_stream_s::next_out

◆ opaque

voidpf z_stream_s::opaque

◆ reserved

uLong z_stream_s::reserved

Definition at line 86 of file zlib.h.

◆ state

struct internal_state FAR * z_stream_s::state

Definition at line 78 of file zlib.h.

Referenced by inf().

◆ total_in

uLong z_stream_s::total_in

Definition at line 71 of file zlib.h.

Referenced by gztack(), and main().

◆ total_out

uLong z_stream_s::total_out

Definition at line 75 of file zlib.h.

Referenced by compress2(), main(), and uncompress().

◆ zalloc

alloc_func z_stream_s::zalloc

◆ zfree

free_func z_stream_s::zfree

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