Home | History | Annotate | Download | only in include

Lines Matching refs:sourceLen

645                                        uLong sourceLen));
648 deflation of sourceLen bytes. It must be called after deflateInit()
1010 const Bytef *source, uLong sourceLen));
1012 Compresses the source buffer into the destination buffer. sourceLen is
1015 by compressBound(sourceLen). Upon exit, destLen is the actual size of the
1025 const Bytef *source, uLong sourceLen,
1029 parameter has the same meaning as in deflateInit. sourceLen is the byte
1032 compressBound(sourceLen). Upon exit, destLen is the actual size of the
1040 ZEXTERN uLong ZEXPORT compressBound OF((uLong sourceLen));
1043 compress() or compress2() on sourceLen bytes. It would be used before
1048 const Bytef *source, uLong sourceLen));
1050 Decompresses the source buffer into the destination buffer. sourceLen is