34 const uInt
max = (uInt)-1;
48 stream.
next_in = (z_const Bytef *)source;
50 stream.
zalloc = (alloc_func)0;
51 stream.
zfree = (free_func)0;
66 stream.
avail_in = len > (uLong)max ? max : (uInt)
len;
70 }
while (err ==
Z_OK);
85 int ZEXPORT
uncompress (dest, destLen, source, sourceLen)
91 return uncompress2(dest, destLen, source, &sourceLen);