Lines Matching refs:uLong
35 static uLong dictId; /* Adler32 value of the dictionary */
62 static void test_compress(Byte *compr, uLong comprLen, Byte *uncompr,
63 uLong uncomprLen)
66 uLong len = (uLong)strlen(hello)+1;
87 static void test_gzio(const char *fname, Byte *uncompr, uLong uncomprLen)
170 static void test_deflate(Byte *compr, uLong comprLen)
174 uLong len = (uLong)strlen(hello)+1;
209 static void test_inflate(Byte *compr, uLong comprLen, Byte *uncompr,
210 uLong uncomprLen)
252 static void test_large_deflate(Byte *compr, uLong comprLen, Byte *uncompr,
253 uLong uncomprLen)
306 static void test_large_inflate(Byte *compr, uLong comprLen, Byte *uncompr,
307 uLong uncomprLen)
349 static void test_flush(Byte *compr, uLong *comprLen)
385 static void test_sync(Byte *compr, uLong comprLen, Byte *uncompr,
386 uLong uncomprLen)
427 static void test_dict_deflate(Byte *compr, uLong comprLen)
462 static void test_dict_inflate(Byte *compr, uLong comprLen, Byte *uncompr,
463 uLong uncomprLen)
518 uLong uncomprLen = 20000;
519 uLong comprLen = 3 * uncomprLen;