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

Function deflateReset

extern/zlib/src/deflate.c:695–702  ·  view source on GitHub ↗

========================================================================= */

Source from the content-addressed store, hash-verified

693
694/* ========================================================================= */
695int ZEXPORT deflateReset(z_streamp strm) {
696 int ret;
697
698 ret = deflateResetKeep(strm);
699 if (ret == Z_OK)
700 lm_init(strm->state);
701 return ret;
702}
703
704/* ========================================================================= */
705int ZEXPORT deflateSetHeader(z_streamp strm, gz_headerp head) {

Callers 2

gz_compFunction · 0.85
deflateInit2_Function · 0.85

Calls 1

lm_initFunction · 0.85

Tested by

no test coverage detected