Lines Matching refs:sourceLen
761 uLong sourceLen);
764 deflation of sourceLen bytes. It must be called after deflateInit() or
768 sourceLen input bytes, an output buffer allocated to the size returned by
1232 const Bytef *source, uLong sourceLen);
1234 Compresses the source buffer into the destination buffer. sourceLen is
1237 compressBound(sourceLen). Upon exit, destLen is the actual size of the
1247 const Bytef *source, uLong sourceLen,
1251 parameter has the same meaning as in deflateInit. sourceLen is the byte
1254 compressBound(sourceLen). Upon exit, destLen is the actual size of the
1262 ZEXTERN uLong ZEXPORT compressBound(uLong sourceLen);
1265 compress() or compress2() on sourceLen bytes. It would be used before a
1270 const Bytef *source, uLong sourceLen);
1272 Decompresses the source buffer into the destination buffer. sourceLen is
1288 const Bytef *source, uLong *sourceLen);
1290 Same as uncompress, except that sourceLen is a pointer, where the
1291 length of the source is *sourceLen. On return, *sourceLen is the number of