MCPcopy Index your code
hub / github.com/RsyncProject/rsync / deflateReset

Function deflateReset

zlib/deflate.c:452–460  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

450
451/* ========================================================================= */
452int ZEXPORT deflateReset (z_streamp strm)
453{
454 int ret;
455
456 ret = deflateResetKeep(strm);
457 if (ret == Z_OK)
458 lm_init(strm->state);
459 return ret;
460}
461
462/* ========================================================================= */
463int ZEXPORT deflateSetHeader (z_streamp strm, gz_headerp head)

Callers 2

send_deflated_tokenFunction · 0.85
deflateInit2_Function · 0.85

Calls 2

deflateResetKeepFunction · 0.85
lm_initFunction · 0.85

Tested by

no test coverage detected