Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
zutil.c File Reference
#include "zutil.h"
#include "gzguts.h"

Functions

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

Variables

z_const char *const z_errmsg [10]
 

Function Documentation

◆ OF() [1/3]

voidp calloc OF ( (uInt items, uInt size) )
extern

◆ OF() [2/3]

voidp malloc OF ( (uInt size) )
extern

◆ OF() [3/3]

void free OF ( (voidpf ptr) )
extern

◆ zcalloc()

voidpf ZLIB_INTERNAL zcalloc ( voidpf opaque,
unsigned items,
unsigned size )

◆ zcfree()

void ZLIB_INTERNAL zcfree ( voidpf opaque,
voidpf ptr )

◆ zError()

const char *ZEXPORT zError ( int err)

◆ zlibCompileFlags()

uLong ZEXPORT zlibCompileFlags ( )

◆ zlibVersion()

const char *ZEXPORT zlibVersion ( )

◆ zmemcmp()

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

◆ zmemcpy()

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

◆ zmemzero()

void ZLIB_INTERNAL zmemzero ( Bytef* dest,
uInt len )

Variable Documentation

◆ z_errmsg

z_const char* const z_errmsg[10]
Initial value:
= {
(z_const char *)"need dictionary",
(z_const char *)"stream end",
(z_const char *)"",
(z_const char *)"file error",
(z_const char *)"stream error",
(z_const char *)"data error",
(z_const char *)"insufficient memory",
(z_const char *)"buffer error",
(z_const char *)"incompatible version",
(z_const char *)""
}
#define z_const
Definition zconf.h:237