Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include "zlib.h"
#include <stdio.h>
Go to the source code of this file.
Macros | |
#define | TESTFILE "foo.gz" |
#define | CHECK_ERR(err, msg) |
Functions | |
void test_deflate | OF ((Byte *compr, uLong comprLen)) |
void test_inflate | OF ((Byte *compr, uLong comprLen, Byte *uncompr, uLong uncomprLen)) |
void test_flush | OF ((Byte *compr, uLong *comprLen)) |
int main | OF ((int argc, char *argv[])) |
void test_gzio | OF ((const char *fname, Byte *uncompr, uLong uncomprLen)) |
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 | |
z_const char | hello [] = "hello, hello!" |
const char | dictionary [] = "hello" |
uLong | dictId |
#define CHECK_ERR | ( | err, | |
msg | |||
) |
Definition at line 22 of file example.c.
Referenced by test_compress().
Definition at line 545 of file example.c.
References free(), int, test_compress(), test_deflate(), test_dict_deflate(), test_dict_inflate(), test_flush(), test_gzio(), test_inflate(), test_large_deflate(), test_large_inflate(), test_sync(), TESTFILE, Z_NULL, ZLIB_VERNUM, ZLIB_VERSION, zlibCompileFlags(), and zlibVersion().
void test_deflate OF | ( | (Byte *compr, uLong comprLen) | ) |
void test_flush OF | ( | (Byte *compr, uLong *comprLen) | ) |
Definition at line 88 of file example.c.
References CHECK_ERR, compress(), hello, and uncompress().
Referenced by main().
Definition at line 200 of file example.c.
References hello, and z_stream_s::zalloc.
Referenced by main().
Definition at line 375 of file example.c.
References hello, and z_stream_s::zalloc.
Referenced by main().
z_const char hello[] = "hello, hello!" |
Definition at line 29 of file example.c.
Referenced by test_compress(), test_deflate(), test_flush(), and test_gzio().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:56.
© Copyright Michele Bosi. All rights reserved.