RetroArch
Functions | Variables
zutil.c File Reference
#include <compat/zutil.h>
#include "gzguts.h"
Include dependency graph for zutil.c:

Functions

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

Variables

char z_errmsg [10][21]
 

Function Documentation

◆ zcalloc()

voidpf ZLIB_INTERNAL zcalloc ( voidpf  opaque,
unsigned  items,
unsigned  size 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ zcfree()

void ZLIB_INTERNAL zcfree ( voidpf  opaque,
voidpf  ptr 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ zError()

const char* zError ( int  err)

◆ zlibCompileFlags()

uLong zlibCompileFlags ( void  )
Here is the call graph for this function:

◆ zlibVersion()

const char* zlibVersion ( void  )

Variable Documentation

◆ z_errmsg

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