Eneboo - Documentación para desarrolladores
'defines' | Funciones | Variables
Referencia del Archivo src/qt/src/3rdparty/zlib/example.c
#include <stdio.h>
#include "zlib.h"

'defines'

#define TESTFILE   "foo.gz"
#define CHECK_ERR(err, msg)

Funciones

void exit OF ((int))
void test_compress OF ((Byte *compr, uLong comprLen, Byte *uncompr, uLong uncomprLen))
void test_gzio OF ((const char *fname, Byte *uncompr, uLong uncomprLen))
void test_deflate OF ((Byte *compr, uLong comprLen))
void test_flush OF ((Byte *compr, uLong *comprLen))
int main OF ((int argc, char *argv[]))
void test_compress (Byte *compr, uLong comprLen, Byte *uncompr, uLong uncomprLen)
void test_gzio (char *fname, Byte *uncompr, uLong uncomprLen) const
void test_deflate (Byte *compr, uLong comprLen)
void test_inflate (Byte *compr, uLong comprLen, Byte *uncompr, uLong uncomprLen)
void test_large_deflate (Byte *compr, uLong comprLen, Byte *uncompr, uLong uncomprLen)
void test_large_inflate (Byte *compr, uLong comprLen, Byte *uncompr, uLong uncomprLen)
void test_flush (Byte *compr, uLong *comprLen)
void test_sync (Byte *compr, uLong comprLen, Byte *uncompr, uLong uncomprLen)
void test_dict_deflate (Byte *compr, uLong comprLen)
void test_dict_inflate (Byte *compr, uLong comprLen, Byte *uncompr, uLong uncomprLen)
int main (int argc, argv)

Variables

const char hello [] = "hello, hello!"
const char dictionary [] = "hello"
uLong dictId

Documentación de los 'defines'

#define CHECK_ERR (   err,
  msg 
)
Valor:
{ \
    if (err != Z_OK) { \
        fprintf(stderr, "%s error: %d\n", msg, err); \
        exit(1); \
    } \
}
#define TESTFILE   "foo.gz"

Documentación de las funciones

int main ( int  argc,
argv   
)
void exit OF ( (int )
void test_compress OF ( (Byte *compr, uLong comprLen, Byte *uncompr, uLong uncomprLen)  )
void test_deflate OF ( (Byte *compr, uLong comprLen)  )
void test_flush OF ( (Byte *compr, uLong *comprLen)  )
void test_gzio OF ( (const char *fname, Byte *uncompr, uLong uncomprLen)  )
int main OF ( (int argc, char *argv[])  )
void test_compress ( Byte compr,
uLong  comprLen,
Byte uncompr,
uLong  uncomprLen 
)
void test_deflate ( Byte compr,
uLong  comprLen 
)
void test_dict_deflate ( Byte compr,
uLong  comprLen 
)
void test_dict_inflate ( Byte compr,
uLong  comprLen,
Byte uncompr,
uLong  uncomprLen 
)
void test_flush ( Byte compr,
uLong comprLen 
)
void test_gzio ( char *  fname,
Byte uncompr,
uLong  uncomprLen 
) const
void test_inflate ( Byte compr,
uLong  comprLen,
Byte uncompr,
uLong  uncomprLen 
)
void test_large_deflate ( Byte compr,
uLong  comprLen,
Byte uncompr,
uLong  uncomprLen 
)
void test_large_inflate ( Byte compr,
uLong  comprLen,
Byte uncompr,
uLong  uncomprLen 
)
void test_sync ( Byte compr,
uLong  comprLen,
Byte uncompr,
uLong  uncomprLen 
)

Documentación de las variables

const char dictionary[] = "hello"
const char hello[] = "hello, hello!"
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'