MCPcopy Create free account
hub / github.com/RsyncProject/rsync / compress

Function compress

zlib/compress.c:57–60  ·  view source on GitHub ↗

=========================================================================== */

Source from the content-addressed store, hash-verified

55/* ===========================================================================
56 */
57int ZEXPORT compress (Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen)
58{
59 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
60}
61
62/* ===========================================================================
63 If the default memLevel or windowBits for deflateInit() is changed, then

Callers

nothing calls this directly

Calls 1

compress2Function · 0.85

Tested by

no test coverage detected