Go to the source code of this file.
Macros | |
#define | CHECK_ERR(err, msg) |
#define | TESTFILE "foo.gz" |
Functions | |
int | main (int argc, argv) |
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_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) |
Variables | |
uLong | dictId |
const char | dictionary [] = "hello" |
const char | hello [] = "hello, hello!" |
#define CHECK_ERR | ( | err, | |
msg | |||
) |
Definition at line 22 of file zlib123/example.c.
#define TESTFILE "foo.gz" |
Definition at line 19 of file zlib123/example.c.
Definition at line 514 of file zlib123/example.c.
void test_deflate OF | ( | (Byte *compr, uLong comprLen) | ) |
void test_flush OF | ( | (Byte *compr, uLong *comprLen) | ) |
Definition at line 59 of file zlib123/example.c.
Definition at line 169 of file zlib123/example.c.
Definition at line 426 of file zlib123/example.c.
Definition at line 463 of file zlib123/example.c.
Definition at line 344 of file zlib123/example.c.
Definition at line 85 of file zlib123/example.c.
Definition at line 207 of file zlib123/example.c.
Definition at line 248 of file zlib123/example.c.
Definition at line 303 of file zlib123/example.c.
Definition at line 382 of file zlib123/example.c.
uLong dictId |
Definition at line 35 of file zlib123/example.c.
const char dictionary[] = "hello" |
Definition at line 34 of file zlib123/example.c.
const char hello[] = "hello, hello!" |
Definition at line 29 of file zlib123/example.c.