Classes | Functions | Variables
zutil.c File Reference
#include "zutil.h"
Include dependency graph for zutil.c:

Go to the source code of this file.

Classes

struct  internal_state
 

Functions

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)
 
const char *ZEXPORT zError (int err)
 
uLong ZEXPORT zlibCompileFlags ()
 
const char *ZEXPORT zlibVersion ()
 
int zmemcmp (Bytef *s1, const Bytef *s2, uInt len) const
 
void zmemcpy (Bytef *dest, const Bytef *source, uInt len)
 
void zmemzero (Bytef *dest, uInt len)
 

Variables

const char *const z_errmsg [10]
 

Function Documentation

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 300 of file zutil.c.

void zcfree ( voidpf  opaque,
voidpf  ptr 
)

Definition at line 310 of file zutil.c.

const char* ZEXPORT zError ( int  err)

Definition at line 133 of file zutil.c.

uLong ZEXPORT zlibCompileFlags ( )

Definition at line 32 of file zutil.c.

const char* ZEXPORT zlibVersion ( )

Definition at line 27 of file zutil.c.

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

Definition at line 160 of file zutil.c.

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

Definition at line 149 of file zutil.c.

void zmemzero ( Bytef dest,
uInt  len 
)

Definition at line 173 of file zutil.c.

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 14 of file zutil.c.



openhrp3
Author(s): AIST, General Robotix Inc., Nakamura Lab of Dept. of Mechano Informatics at University of Tokyo
autogenerated on Sat May 8 2021 02:42:42