doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
z_stream_s Struct Reference

#include <Unzip.h>

Public Attributes

unsigned char * next_in
 
unsigned int avail_in
 
unsigned long total_in
 
unsigned char * next_out
 
unsigned int avail_out
 
unsigned long total_out
 
char * msg
 
struct internal_statestate
 
alloc_func zalloc
 
free_func zfree
 
unsigned char * opaque
 
int data_type
 
unsigned long adler
 
unsigned long reserved
 

Detailed Description

Definition at line 95 of file Unzip.h.

Member Data Documentation

unsigned long z_stream_s::adler

Definition at line 112 of file Unzip.h.

unsigned int z_stream_s::avail_in

Definition at line 97 of file Unzip.h.

unsigned int z_stream_s::avail_out

Definition at line 101 of file Unzip.h.

int z_stream_s::data_type

Definition at line 111 of file Unzip.h.

char* z_stream_s::msg

Definition at line 104 of file Unzip.h.

unsigned char* z_stream_s::next_in

Definition at line 96 of file Unzip.h.

unsigned char* z_stream_s::next_out

Definition at line 100 of file Unzip.h.

unsigned char* z_stream_s::opaque

Definition at line 109 of file Unzip.h.

unsigned long z_stream_s::reserved

Definition at line 113 of file Unzip.h.

struct internal_state* z_stream_s::state

Definition at line 105 of file Unzip.h.

unsigned long z_stream_s::total_in

Definition at line 98 of file Unzip.h.

unsigned long z_stream_s::total_out

Definition at line 102 of file Unzip.h.

alloc_func z_stream_s::zalloc

Definition at line 107 of file Unzip.h.

free_func z_stream_s::zfree

Definition at line 108 of file Unzip.h.


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