Searched refs:uncomprLen (Results 1 – 1 of 1) sorted by relevance
67 uLong uncomprLen) { in test_compress() argument76 err = uncompress(uncompr, &uncomprLen, compr, comprLen); in test_compress()90 static void test_gzio(const char *fname, Byte *uncompr, uLong uncomprLen) { in test_gzio() argument123 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() argument225 while (d_stream.total_out < uncomprLen && d_stream.total_in < comprLen) { in test_inflate()247 uLong uncomprLen) { in test_large_deflate() argument265 c_stream.avail_in = (uInt)uncomprLen; in test_large_deflate()276 c_stream.avail_in = (uInt)uncomprLen/2; in test_large_deflate()[all …]