Searched refs:sourceLen (Results 1 – 4 of 4) sorted by relevance
647 uLong sourceLen));1012 const Bytef *source, uLong sourceLen));1027 const Bytef *source, uLong sourceLen,1042 ZEXTERN uLong ZEXPORT compressBound OF((uLong sourceLen));1050 const Bytef *source, uLong sourceLen));
495 uLong ZEXPORT deflateBound(strm, sourceLen) in deflateBound() argument497 uLong sourceLen;503 destLen = sourceLen +504 ((sourceLen + 7) >> 3) + ((sourceLen + 63) >> 6) + 11;516 return compressBound(sourceLen);
229 unsigned int sourceLen,239 unsigned int sourceLen,
1415 unsigned int sourceLen, in BZ_API()1440 strm.avail_in = sourceLen; in BZ_API()1467 unsigned int sourceLen, in BZ_API()1488 strm.avail_in = sourceLen; in BZ_API()