Searched refs:uncomprLen (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/zstd/zlibWrapper/examples/ |
H A D | example.c | 61 Byte *uncompr, uLong uncomprLen)); 63 Byte *uncompr, uLong uncomprLen)); 65 Byte *uncompr, uLong uncomprLen)); 68 Byte *uncompr, uLong uncomprLen)); 71 Byte *uncompr, uLong uncomprLen)); 106 Byte *uncompr, uLong uncomprLen)); 108 Byte *uncompr, uLong uncomprLen)); 113 void test_compress(compr, comprLen, uncompr, uncomprLen) in test_compress() argument 115 uLong comprLen, uncomprLen; 125 err = uncompress(uncompr, &uncomprLen, compr, comprLen); [all …]
|
H A D | example_original.c | 56 Byte *uncompr, uLong uncomprLen)); 58 Byte *uncompr, uLong uncomprLen)); 60 Byte *uncompr, uLong uncomprLen)); 63 Byte *uncompr, uLong uncomprLen)); 66 Byte *uncompr, uLong uncomprLen)); 98 Byte *uncompr, uLong uncomprLen)); 100 Byte *uncompr, uLong uncomprLen)); 105 void test_compress(compr, comprLen, uncompr, uncomprLen) in test_compress() argument 107 uLong comprLen, uncomprLen; 117 err = uncompress(uncompr, &uncomprLen, compr, comprLen); [all …]
|
/freebsd/sys/contrib/zlib/test/ |
H A D | example.c | 61 uLong uncomprLen) { in test_compress() argument 70 err = uncompress(uncompr, &uncomprLen, compr, comprLen); in test_compress() 84 static void test_gzio(const char *fname, Byte *uncompr, uLong uncomprLen) { in test_gzio() argument 117 if (gzread(file, uncompr, (unsigned)uncomprLen) != len) { in test_gzio() 145 gzgets(file, (char*)uncompr, (int)uncomprLen); in test_gzio() 202 uLong uncomprLen) { in test_inflate() argument 219 while (d_stream.total_out < uncomprLen && d_stream.total_in < comprLen) { in test_inflate() 241 uLong uncomprLen) { in test_large_deflate() argument 259 c_stream.avail_in = (uInt)uncomprLen; in test_large_deflate() 270 c_stream.avail_in = (uInt)uncomprLen/2; in test_large_deflate() [all …]
|