Eneboo - Documentación para desarrolladores
Clases | Funciones | Variables
Referencia del Archivo src/qt/src/3rdparty/zlib/zutil.c
#include "zutil.h"

Clases

struct  internal_state

Funciones

void exit OF ((int))
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 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)

Variables

const char *const z_errmsg [10]

Documentación de las funciones

void exit OF ( (int )
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 
)

Documentación de las variables

const char* const z_errmsg[10]
Valor inicial:
 {
"need dictionary",     
"stream end",          
"",                    
"file error",          
"stream error",        
"data error",          
"insufficient memory", 
"buffer error",        
"incompatible version",
""}
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'