MCPcopy Create free account
hub / github.com/hoothin/UserScripts / deflateReset

Function deflateReset

Picviewer CE+/dist.user.js:7443–7449  ·  view source on GitHub ↗
(strm)

Source from the content-addressed store, hash-verified

7441
7442
7443function deflateReset(strm) {
7444 var ret = deflateResetKeep(strm);
7445 if (ret === Z_OK) {
7446 lm_init(strm.state);
7447 }
7448 return ret;
7449}
7450
7451
7452function deflateSetHeader(strm, head) {

Callers 1

deflateInit2Function · 0.70

Calls 2

deflateResetKeepFunction · 0.70
lm_initFunction · 0.70

Tested by

no test coverage detected