MCPcopy Create free account
hub / github.com/TruthHun/BookStack / inflateReset

Function inflateReset

static/word2md/mammoth.browser.js:20657–20667  ·  view source on GitHub ↗
(strm)

Source from the content-addressed store, hash-verified

20655}
20656
20657function inflateReset(strm) {
20658 var state;
20659
20660 if (!strm || !strm.state) { return Z_STREAM_ERROR; }
20661 state = strm.state;
20662 state.wsize = 0;
20663 state.whave = 0;
20664 state.wnext = 0;
20665 return inflateResetKeep(strm);
20666
20667}
20668
20669function inflateReset2(strm, windowBits) {
20670 var wrap;

Callers 1

inflateReset2Function · 0.70

Calls 1

inflateResetKeepFunction · 0.70

Tested by

no test coverage detected