MCPcopy Create free account
hub / github.com/MariaDB/server / deflateReset

Function deflateReset

zlib/deflate.c:704–711  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

702
703/* ========================================================================= */
704int ZEXPORT deflateReset(z_streamp strm) {
705 int ret;
706
707 ret = deflateResetKeep(strm);
708 if (ret == Z_OK)
709 lm_init(strm->state);
710 return ret;
711}
712
713/* ========================================================================= */
714int ZEXPORT deflateSetHeader(z_streamp strm, gz_headerp head) {

Callers 3

gz_compFunction · 0.85
deflateInit2_Function · 0.85

Calls 1

lm_initFunction · 0.85

Tested by

no test coverage detected