GPAC
Open Source Multimedia Framework. For more information, check out http://gpac.wp.mines-telecom.fr
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups
zutil.c File Reference
#include "zutil.h"
+ Include dependency graph for zutil.c:

Data Structures

struct  internal_state
 

Functions

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

Variables

const char *const z_errmsg [10]
 

Data Structure Documentation

struct internal_state
+ Collaboration diagram for internal_state:
Data Fields
int dummy

Function Documentation

const char* ZEXPORT zlibVersion ( )
uLong ZEXPORT zlibCompileFlags ( )
const char* ZEXPORT zError ( int  err)
void zmemcpy ( Bytef*  dest,
const Bytef*  source,
uInt  len 
)

+ Here is the caller graph for this function:

int zmemcmp ( Bytef*  s1,
const Bytef*  s2,
uInt  len 
) const
void zmemzero ( Bytef*  dest,
uInt  len 
)

+ Here is the caller graph for this function:

voidp gf_malloc OF ( (uInt size)  )
voidp gf_calloc OF ( (uInt items, uInt size)  )
void free OF ( (voidpf ptr)  )
voidpf zcalloc ( voidpf  opaque,
unsigned  items,
unsigned  size 
)

+ Here is the call graph for this function:

void zcgf_free ( voidpf  opaque,
voidpf  ptr 
)

+ Here is the call graph for this function:

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