Lines Matching refs:Byte
59 void test_deflate OF((Byte *compr, uLong comprLen));
60 void test_inflate OF((Byte *compr, uLong comprLen,
61 Byte *uncompr, uLong uncomprLen));
62 void test_large_deflate OF((Byte *compr, uLong comprLen,
63 Byte *uncompr, uLong uncomprLen));
64 void test_large_inflate OF((Byte *compr, uLong comprLen,
65 Byte *uncompr, uLong uncomprLen));
66 void test_flush OF((Byte *compr, uLong *comprLen));
67 void test_sync OF((Byte *compr, uLong comprLen,
68 Byte *uncompr, uLong uncomprLen));
69 void test_dict_deflate OF((Byte *compr, uLong comprLen));
70 void test_dict_inflate OF((Byte *compr, uLong comprLen,
71 Byte *uncompr, uLong uncomprLen));
105 void test_compress OF((Byte *compr, uLong comprLen,
106 Byte *uncompr, uLong uncomprLen));
108 Byte *uncompr, uLong uncomprLen));
114 Byte *compr, *uncompr; in test_compress()
141 Byte *uncompr;
226 Byte *compr; in test_deflate()
264 Byte *compr, *uncompr; in test_inflate()
305 Byte *compr, *uncompr; in test_large_deflate()
360 Byte *compr, *uncompr; in test_large_inflate()
401 Byte *compr; in test_flush()
439 Byte *compr, *uncompr; in test_sync()
483 Byte *compr; in test_dict_deflate()
520 Byte *compr, *uncompr; in test_dict_inflate()
574 Byte *compr, *uncompr;
591 compr = (Byte*)calloc((uInt)comprLen, 1);
592 uncompr = (Byte*)calloc((uInt)uncomprLen, 1);