Lines Matching refs:Byte
39 void test_compress OF((Byte *compr, uLong comprLen,
40 Byte *uncompr, uLong uncomprLen));
42 Byte *uncompr, uLong uncomprLen));
43 void test_deflate OF((Byte *compr, uLong comprLen));
44 void test_inflate OF((Byte *compr, uLong comprLen,
45 Byte *uncompr, uLong uncomprLen));
46 void test_large_deflate OF((Byte *compr, uLong comprLen,
47 Byte *uncompr, uLong uncomprLen));
48 void test_large_inflate OF((Byte *compr, uLong comprLen,
49 Byte *uncompr, uLong uncomprLen));
50 void test_flush OF((Byte *compr, uLong *comprLen));
51 void test_sync OF((Byte *compr, uLong comprLen,
52 Byte *uncompr, uLong uncomprLen));
53 void test_dict_deflate OF((Byte *compr, uLong comprLen));
54 void test_dict_inflate OF((Byte *compr, uLong comprLen,
55 Byte *uncompr, uLong uncomprLen));
62 Byte *compr, *uncompr; in test_compress()
89 Byte *uncompr;
172 Byte *compr; in test_deflate()
210 Byte *compr, *uncompr; in test_inflate()
251 Byte *compr, *uncompr; in test_large_deflate()
306 Byte *compr, *uncompr; in test_large_inflate()
347 Byte *compr; in test_flush()
385 Byte *compr, *uncompr; in test_sync()
429 Byte *compr; in test_dict_deflate()
466 Byte *compr, *uncompr; in test_dict_inflate()
520 Byte *compr, *uncompr;
536 compr = (Byte*)calloc((uInt)comprLen, 1);
537 uncompr = (Byte*)calloc((uInt)uncomprLen, 1);