Lines Matching refs:Byte
54 void test_deflate OF((Byte *compr, uLong comprLen));
55 void test_inflate OF((Byte *compr, uLong comprLen,
56 Byte *uncompr, uLong uncomprLen));
57 void test_large_deflate OF((Byte *compr, uLong comprLen,
58 Byte *uncompr, uLong uncomprLen));
59 void test_large_inflate OF((Byte *compr, uLong comprLen,
60 Byte *uncompr, uLong uncomprLen));
61 void test_flush OF((Byte *compr, uLong *comprLen));
62 void test_sync OF((Byte *compr, uLong comprLen,
63 Byte *uncompr, uLong uncomprLen));
64 void test_dict_deflate OF((Byte *compr, uLong comprLen));
65 void test_dict_inflate OF((Byte *compr, uLong comprLen,
66 Byte *uncompr, uLong uncomprLen));
97 void test_compress OF((Byte *compr, uLong comprLen,
98 Byte *uncompr, uLong uncomprLen));
100 Byte *uncompr, uLong uncomprLen));
106 Byte *compr, *uncompr; in test_compress()
133 Byte *uncompr;
218 Byte *compr; in test_deflate()
256 Byte *compr, *uncompr; in test_inflate()
297 Byte *compr, *uncompr; in test_large_deflate()
352 Byte *compr, *uncompr; in test_large_inflate()
393 Byte *compr; in test_flush()
431 Byte *compr, *uncompr; in test_sync()
475 Byte *compr; in test_dict_deflate()
512 Byte *compr, *uncompr; in test_dict_inflate()
566 Byte *compr, *uncompr;
582 compr = (Byte*)calloc((uInt)comprLen, 1);
583 uncompr = (Byte*)calloc((uInt)uncomprLen, 1);