MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / compress

Function compress

extern/zlib/src/compress.c:63–66  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

61/* ===========================================================================
62 */
63int ZEXPORT compress(Bytef *dest, uLongf *destLen, const Bytef *source,
64 uLong sourceLen) {
65 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
66}
67
68/* ===========================================================================
69 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