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

Function inflateInit_

freebsd/contrib/zlib/inflate.c:239–245  ·  view source on GitHub ↗
(strm, version, stream_size)

Source from the content-addressed store, hash-verified

237}
238
239int ZEXPORT inflateInit_(strm, version, stream_size)
240z_streamp strm;
241const char *version;
242int stream_size;
243{
244 return inflateInit2_(strm, DEF_WBITS, version, stream_size);
245}
246
247int ZEXPORT inflatePrime(strm, bits, value)
248z_streamp strm;

Callers 2

zstd_zlibwrapper.cFile · 0.85
cover_supportFunction · 0.85

Calls 1

inflateInit2_Function · 0.85

Tested by 1

cover_supportFunction · 0.68