MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / inflateInit_

Function inflateInit_

zlib/inflate.c:187–193  ·  view source on GitHub ↗
(strm, version, stream_size)

Source from the content-addressed store, hash-verified

185}
186
187int ZEXPORT inflateInit_(strm, version, stream_size)
188z_streamp strm;
189const char *version;
190int stream_size;
191{
192 return inflateInit2_(strm, DEF_WBITS, version, stream_size);
193}
194
195/*
196 Return state with length and distance decoding tables and index sizes set to

Callers

nothing calls this directly

Calls 1

inflateInit2_Function · 0.85

Tested by

no test coverage detected