Home
last modified time | relevance | path

Searched refs:uncomprLen (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/zlib/test/
H A Dexample.c67 uLong uncomprLen) { in test_compress() argument
76 err = uncompress(uncompr, &uncomprLen, compr, comprLen); in test_compress()
90 static void test_gzio(const char *fname, Byte *uncompr, uLong uncomprLen) { in test_gzio() argument
123 if (gzread(file, uncompr, (unsigned)uncomprLen) != len) { in test_gzio()
151 gzgets(file, (char*)uncompr, (int)uncomprLen); in test_gzio()
208 uLong uncomprLen) { in test_inflate() argument
225 while (d_stream.total_out < uncomprLen && d_stream.total_in < comprLen) { in test_inflate()
247 uLong uncomprLen) { in test_large_deflate() argument
265 c_stream.avail_in = (uInt)uncomprLen; in test_large_deflate()
276 c_stream.avail_in = (uInt)uncomprLen/2; in test_large_deflate()
[all …]