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

Function inflateInit_

extern/zlib/src/inflate.c:218–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218int ZEXPORT inflateInit_(z_streamp strm, const char *version,
219 int stream_size) {
220 return inflateInit2_(strm, DEF_WBITS, version, stream_size);
221}
222
223int ZEXPORT inflatePrime(z_streamp strm, int bits, int value) {
224 struct inflate_state FAR *state;

Callers

nothing calls this directly

Calls 1

inflateInit2_Function · 0.85

Tested by

no test coverage detected