Searched refs:comprLen (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libz/ |
H A D | example.c | 37 void test_compress OF((Byte *compr, uLong comprLen, 41 void test_deflate OF((Byte *compr, uLong comprLen)); 42 void test_inflate OF((Byte *compr, uLong comprLen, 44 void test_large_deflate OF((Byte *compr, uLong comprLen, 46 void test_large_inflate OF((Byte *compr, uLong comprLen, 48 void test_flush OF((Byte *compr, uLong *comprLen)); 49 void test_sync OF((Byte *compr, uLong comprLen, 51 void test_dict_deflate OF((Byte *compr, uLong comprLen)); 52 void test_dict_inflate OF((Byte *compr, uLong comprLen, 59 void test_compress(compr, comprLen, uncomp 519 uLong comprLen = 10000*sizeof(int); /* don't overflow on ZLIB_MSDOS */ local [all...] |
Completed in 14 milliseconds