Home | History | Annotate | Download | only in test

Lines Matching refs:uInt

253     c_stream.avail_out = (uInt)comprLen;
259 c_stream.avail_in = (uInt)uncomprLen;
270 c_stream.avail_in = (uInt)uncomprLen/2;
277 c_stream.avail_in = (uInt)uncomprLen;
305 d_stream.avail_in = (uInt)comprLen;
312 d_stream.avail_out = (uInt)uncomprLen;
335 uInt len = (uInt)strlen(hello)+1;
347 c_stream.avail_out = (uInt)*comprLen;
385 d_stream.avail_out = (uInt)uncomprLen;
390 d_stream.avail_in = (uInt)comprLen-2; /* read all compressed data */
425 c_stream.avail_out = (uInt)comprLen;
428 c_stream.avail_in = (uInt)strlen(hello)+1;
454 d_stream.avail_in = (uInt)comprLen;
460 d_stream.avail_out = (uInt)uncomprLen;
509 compr = (Byte*)calloc((uInt)comprLen, 1);
510 uncompr = (Byte*)calloc((uInt)uncomprLen, 1);