|
void test_deflate | _Z_OF ((Byte *compr, uLong comprLen)) |
|
void test_inflate | _Z_OF ((Byte *compr, uLong comprLen, Byte *uncompr, uLong uncomprLen)) |
|
void test_flush | _Z_OF ((Byte *compr, uLong *comprLen)) |
|
int main | _Z_OF ((int argc, char *argv[])) |
|
void test_gzio | _Z_OF ((const char *fname, Byte *uncompr, uLong uncomprLen)) |
|
void | test_compress (Byte *compr, uLong comprLen, Byte *uncompr, uLong uncomprLen) |
|
void | test_gzio (const char *fname, Byte *uncompr, uLong uncomprLen) |
|
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, char *argv[]) |
|