Home | History | Annotate | Download | only in test

Lines Matching refs:Byte

60 static void test_compress(Byte *compr, uLong comprLen, Byte *uncompr,
84 static void test_gzio(const char *fname, Byte *uncompr, uLong uncomprLen) {
107 gzseek(file, 1L, SEEK_CUR); /* add one zero byte */
166 static void test_deflate(Byte *compr, uLong comprLen) {
201 static void test_inflate(Byte *compr, uLong comprLen, Byte *uncompr,
240 static void test_large_deflate(Byte *compr, uLong comprLen, Byte *uncompr,
293 static void test_large_inflate(Byte *compr, uLong comprLen, Byte *uncompr,
332 static void test_flush(Byte *compr, uLong *comprLen) {
367 static void test_sync(Byte *compr, uLong comprLen, Byte *uncompr,
408 static void test_dict_deflate(Byte *compr, uLong comprLen) {
442 static void test_dict_inflate(Byte *compr, uLong comprLen, Byte *uncompr,
492 Byte *compr, *uncompr;
509 compr = (Byte*)calloc((uInt)comprLen, 1);
510 uncompr = (Byte*)calloc((uInt)uncomprLen, 1);