Searched defs:sourceLen (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.61.12/libkern/zlib/ |
| H A D | compress.c | 54 compress2(Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen, in compress2() 91 compress(Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen) in compress() 101 compressBound(uLong sourceLen) in compressBound()
|
| H A D | uncompr.c | 58 uncompress(Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen) in uncompress()
|
| H A D | deflate.c | 517 deflateBound(z_streamp strm, uLong sourceLen) in deflateBound()
|