Home
last modified time | relevance | path

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

/openbsd-src/regress/lib/libz/
H A Dexample.c61 uLong uncomprLen) { in test_compress()
84 static void test_gzio(const char *fname, Byte *uncompr, uLong uncomprLen) { in test_gzio()
202 uLong uncomprLen) { in test_inflate()
241 uLong uncomprLen) { in test_large_deflate()
294 uLong uncomprLen) { in test_large_inflate()
368 uLong uncomprLen) { in test_sync()
443 uLong uncomprLen) { in test_dict_inflate()
493 uLong uncomprLen = 20000; in main() local