Searched refs:comprLen (Results 1 - 1 of 1) sorted by relevance
/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/ |
H A D | example.c | 38 void test_compress OF((Byte *compr, uLong comprLen, 42 void test_deflate OF((Byte *compr, uLong comprLen)); 43 void test_inflate OF((Byte *compr, uLong comprLen, 45 void test_large_deflate OF((Byte *compr, uLong comprLen, 47 void test_large_inflate OF((Byte *compr, uLong comprLen, 49 void test_flush OF((Byte *compr, uLong *comprLen)); 50 void test_sync OF((Byte *compr, uLong comprLen, 52 void test_dict_deflate OF((Byte *compr, uLong comprLen)); 53 void test_dict_inflate OF((Byte *compr, uLong comprLen, 60 void test_compress(compr, comprLen, uncomp 513 uLong comprLen = 10000*sizeof(int); /* don't overflow on MSDOS */ local [all...] |
Completed in 10 milliseconds