MCPcopy Create free account
hub / github.com/F-Stack/f-stack / uncompress

Function uncompress

freebsd/contrib/zlib/uncompr.c:86–93  ·  view source on GitHub ↗
(dest, destLen, source, sourceLen)

Source from the content-addressed store, hash-verified

84}
85
86int ZEXPORT uncompress (dest, destLen, source, sourceLen)
87 Bytef *dest;
88 uLongf *destLen;
89 const Bytef *source;
90 uLong sourceLen;
91{
92 return uncompress2(dest, destLen, source, &sourceLen);
93}

Callers 5

zstd_zlibwrapper.cFile · 0.85
test_compressFunction · 0.85
test_compressFunction · 0.85
test_compressFunction · 0.85

Calls 1

uncompress2Function · 0.85

Tested by 3

test_compressFunction · 0.68
test_compressFunction · 0.68
test_compressFunction · 0.68