Searched defs:comprLen (Results 1 – 1 of 1) sorted by relevance
/minix3/common/dist/zlib/ |
H A D | example.c | 61 void test_compress(compr, comprLen, uncompr, uncomprLen) in test_compress() argument 171 void test_deflate(compr, comprLen) in test_deflate() argument 209 void test_inflate(compr, comprLen, uncompr, uncomprLen) in test_inflate() argument 250 void test_large_deflate(compr, comprLen, uncompr, uncomprLen) in test_large_deflate() argument 305 void test_large_inflate(compr, comprLen, uncompr, uncomprLen) in test_large_inflate() argument 346 void test_flush(compr, comprLen) in test_flush() argument 384 void test_sync(compr, comprLen, uncompr, uncomprLen) in test_sync() argument 428 void test_dict_deflate(compr, comprLen) in test_dict_deflate() argument 465 void test_dict_inflate(compr, comprLen, uncompr, uncomprLen) in test_dict_inflate() argument 521 uLong comprLen = 10000*sizeof(int); /* don't overflow on MSDOS */ local
|