Classes | Functions | Variables

D:/Lukas Daten/Programmierungen/C++/HLC/Sonstige/Software/SoftPixelEngine/sources/Plugins/zlib/zutil.c File Reference

#include "zutil.h"

Classes

struct  internal_state

Functions

const char *ZEXPORT zlibVersion ()
uLong ZEXPORT zlibCompileFlags ()
const char *ZEXPORT zError (int err)
voidpf zcalloc (voidpf opaque, unsigned items, unsigned size)
void zcfree (voidpf opaque, voidpf ptr)

Variables

const char *const z_errmsg [10]

Function Documentation

voidpf zcalloc ( voidpf  opaque,
unsigned  items,
unsigned  size 
)
void zcfree ( voidpf  opaque,
voidpf  ptr 
)
const char* ZEXPORT zError ( int  err  ) 
uLong ZEXPORT zlibCompileFlags (  ) 
const char* ZEXPORT zlibVersion (  ) 

Variable Documentation

const char* const z_errmsg[10]
Initial value:
 {
"need dictionary",     
"stream end",          
"",                    
"file error",          
"stream error",        
"data error",          
"insufficient memory", 
"buffer error",        
"incompatible version",
""}
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines