Home | History | Annotate | Download | only in zlib

Lines Matching full:ulong

35 uLong dictId; /* Adler32 value of the dictionary */
37 void test_compress OF((Byte *compr, uLong comprLen,
38 Byte *uncompr, uLong uncomprLen));
40 Byte *uncompr, uLong uncomprLen));
41 void test_deflate OF((Byte *compr, uLong comprLen));
42 void test_inflate OF((Byte *compr, uLong comprLen,
43 Byte *uncompr, uLong uncomprLen));
44 void test_large_deflate OF((Byte *compr, uLong comprLen,
45 Byte *uncompr, uLong uncomprLen));
46 void test_large_inflate OF((Byte *compr, uLong comprLen,
47 Byte *uncompr, uLong uncomprLen));
48 void test_flush OF((Byte *compr, uLong *comprLen));
49 void test_sync OF((Byte *compr, uLong comprLen,
50 Byte *uncompr, uLong uncomprLen));
51 void test_dict_deflate OF((Byte *compr, uLong comprLen));
52 void test_dict_inflate OF((Byte *compr, uLong comprLen,
53 Byte *uncompr, uLong uncomprLen));
61 uLong comprLen, uncomprLen;
64 uLong len = (uLong)strlen(hello)+1;
88 uLong uncomprLen;
171 uLong comprLen;
175 uLong len = (uLong)strlen(hello)+1;
209 uLong comprLen, uncomprLen;
250 uLong comprLen, uncomprLen;
305 uLong comprLen, uncomprLen;
346 uLong *comprLen;
384 uLong comprLen, uncomprLen;
428 uLong comprLen;
465 uLong comprLen, uncomprLen;
519 uLong comprLen = 10000*sizeof(int); /* don't overflow on MSDOS */
520 uLong uncomprLen = comprLen;