MCPcopy Create free account
hub / github.com/F-Stack/f-stack / inflateBackEnd

Function inflateBackEnd

freebsd/contrib/zlib/infback.c:631–640  ·  view source on GitHub ↗
(strm)

Source from the content-addressed store, hash-verified

629}
630
631int ZEXPORT inflateBackEnd(strm)
632z_streamp strm;
633{
634 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
635 return Z_STREAM_ERROR;
636 ZFREE(strm, strm->state);
637 strm->state = Z_NULL;
638 Tracev((stderr, "inflate: end\n"));
639 return Z_OK;
640}

Callers 3

zstd_zlibwrapper.cFile · 0.85
cover_backFunction · 0.85
tryFunction · 0.85

Calls

no outgoing calls

Tested by 2

cover_backFunction · 0.68
tryFunction · 0.68