Searched defs:sourceLen (Results 1 - 3 of 3) sorted by relevance

/src/common/dist/zlib/
H A Dcompress.c74 uLong ZEXPORT compressBound(uLong sourceLen) { argument
24 compress2(Bytef * dest,uLongf * destLen,const Bytef * source,uLong sourceLen,int level) argument
65 compress(Bytef * dest,uLongf * destLen,const Bytef * source,uLong sourceLen) argument
[all...]
H A Duncompr.c29 uncompress2(Bytef * dest,uLongf * destLen,const Bytef * source,uLong * sourceLen) argument
84 uncompress(Bytef * dest,uLongf * destLen,const Bytef * source,uLong sourceLen) argument
H A Ddeflate.c836 uLong ZEXPORT deflateBound(z_streamp strm, uLong sourceLen) { argument
[all...]

Completed in 6 milliseconds