Biomedical Image Analysis Library
The Biomedical Image Analysis Library is a poweful tool for developers, physicians, researchers, engineers, and so on.
zutil.c File Reference
#include "zutil.h"
#include "gzguts.h"
Include dependency graph for zutil.c:

Go to the source code of this file.

Classes

struct  internal_state
 

Functions

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

Variables

char * z_errmsg [10]
 

Class Documentation

struct internal_state

Definition at line 1742 of file zlib.h.

Collaboration diagram for internal_state:
Collaboration graph
Class Members
int dummy

Function Documentation

voidp calloc ( )
void free ( )
voidp malloc ( )
voidpf zcalloc ( voidpf  opaque,
unsigned  items,
unsigned  size 
)

Definition at line 304 of file zutil.c.

void zcfree ( voidpf  opaque,
voidpf  ptr 
)

Definition at line 314 of file zutil.c.

char* zError ( int  err)

Definition at line 136 of file zutil.c.

uLong zlibCompileFlags ( )

Definition at line 35 of file zutil.c.

char* zlibVersion ( )

Definition at line 30 of file zutil.c.

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

Definition at line 163 of file zutil.c.

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

Definition at line 152 of file zutil.c.

void zmemzero ( Bytef dest,
uInt  len 
)

Definition at line 176 of file zutil.c.

Variable Documentation

char* z_errmsg[10]
Initial value:
= {
"need dictionary",
"stream end",
"",
"file error",
"stream error",
"data error",
"insufficient memory",
"buffer error",
"incompatible version",
""}

Definition at line 17 of file zutil.c.