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

Function inflateInit_

zlib/inflate.c:214–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214int ZEXPORT inflateInit_(z_streamp strm, const char *version, int stream_size)
215{
216 return inflateInit2_(strm, DEF_WBITS, version, stream_size);
217}
218
219int ZEXPORT inflatePrime(z_streamp strm, int bits, int value)
220{

Callers

nothing calls this directly

Calls 1

inflateInit2_Function · 0.85

Tested by

no test coverage detected