Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Functions | Variables
zutil.cc File Reference
#include "zutil.h"
Include dependency graph for zutil.cc:

Go to the source code of this file.

Classes

struct  internal_state
 

Functions

void exit OF ((int))
 
const char *ZEXPORT zlibVersion ()
 
uLong ZEXPORT zlibCompileFlags ()
 
const char *ZEXPORT zError (int err)
 
void zmemcpy (Bytef *dest, const Bytef *source, uInt len)
 
int zmemcmp (const Bytef *s1, const Bytef *s2, uInt len)
 
void zmemzero (Bytef *dest, uInt len)
 
voidp malloc OF ((uInt size))
 
voidp calloc OF ((uInt items, uInt size))
 
void free OF ((voidpf ptr))
 
voidpf zcalloc (voidpf opaque, unsigned items, unsigned size)
 
void zcfree (voidpf opaque, voidpf ptr)
 

Variables

const char *const z_errmsg [10]
 

Function Documentation

void exit OF ( (int )
voidp malloc OF ( (uInt size)  )
voidp calloc OF ( (uInt items, uInt size)  )
void free OF ( (voidpf ptr)  )
voidpf zcalloc ( voidpf  opaque,
unsigned  items,
unsigned  size 
)

Definition at line 291 of file zutil.cc.

Here is the caller graph for this function:

void zcfree ( voidpf  opaque,
voidpf  ptr 
)

Definition at line 298 of file zutil.cc.

Here is the caller graph for this function:

const char* ZEXPORT zError ( int  err)

Definition at line 136 of file zutil.cc.

uLong ZEXPORT zlibCompileFlags ( )

Definition at line 36 of file zutil.cc.

const char* ZEXPORT zlibVersion ( )

Definition at line 31 of file zutil.cc.

int zmemcmp ( const Bytef s1,
const Bytef s2,
uInt  len 
)

Definition at line 156 of file zutil.cc.

void zmemcpy ( Bytef dest,
const Bytef source,
uInt  len 
)

Definition at line 148 of file zutil.cc.

Here is the caller graph for this function:

void zmemzero ( Bytef dest,
uInt  len 
)

Definition at line 166 of file zutil.cc.

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",
""}

Definition at line 18 of file zutil.cc.