Lines Matching refs:sourceLen
685 uLong sourceLen));
688 deflation of sourceLen bytes. It must be called after deflateInit() or
1103 const Bytef *source, uLong sourceLen));
1105 Compresses the source buffer into the destination buffer. sourceLen is
1108 compressBound(sourceLen). Upon exit, destLen is the actual size of the
1117 const Bytef *source, uLong sourceLen,
1121 parameter has the same meaning as in deflateInit. sourceLen is the byte
1124 compressBound(sourceLen). Upon exit, destLen is the actual size of the
1132 ZEXTERN uLong ZEXPORT compressBound OF((uLong sourceLen));
1135 compress() or compress2() on sourceLen bytes. It would be used before a
1140 const Bytef *source, uLong sourceLen));
1142 Decompresses the source buffer into the destination buffer. sourceLen is