fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
  SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation)  

z_stream_s Struct Reference

#include <zlib.h>

Collaboration diagram for z_stream_s:

List of all members.

Public Attributes

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

Detailed Description

Definition at line 82 of file zlib.h.


Member Data Documentation

Definition at line 99 of file zlib.h.

Definition at line 98 of file zlib.h.

Definition at line 91 of file zlib.h.

Referenced by gzerror().

Definition at line 83 of file zlib.h.

Referenced by compress2(), gz_open(), gzread(), gzrewind(), gzseek(), gzwrite(), and uncompress().

Definition at line 96 of file zlib.h.

Referenced by compress2(), and gz_open().

Definition at line 100 of file zlib.h.

Definition at line 92 of file zlib.h.

Definition at line 85 of file zlib.h.

Definition at line 89 of file zlib.h.

Referenced by compress2(), and uncompress().

alloc_func z_stream_s::zalloc

Definition at line 94 of file zlib.h.

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

free_func z_stream_s::zfree

Definition at line 95 of file zlib.h.

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


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