Searched refs:inflateReset (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dipcomp_core.c289 mode ? inflateReset(zs) : deflateReset(zs);
325 mode ? inflateReset(zs) : deflateReset(zs);
348 zerror = mode ? inflateReset(zs) : deflateReset(zs);
/darwin-on-arm/xnu/libkern/libkern/
H A Dzconf.h61 # define inflateReset z_inflateReset macro
H A Dzlib.h775 immediately after inflateInit2() or inflateReset() and before any call of
818 ZEXTERN int ZEXPORT inflateReset OF((z_streamp strm));
824 inflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
837 inflateReset(). bits must be less than or equal to 16, and that many of the
849 inflateInit2() or inflateReset(), and before the first call of inflate().
876 CRC if present. inflateReset() will reset the process to discard the header
/darwin-on-arm/xnu/bsd/net/
H A Dppp_deflate.c475 inflateReset(&state->strm);
487 inflateReset(&state->strm);
/darwin-on-arm/xnu/libkern/zlib/
H A Dinflate.c59 * - Fix bug in reuse of allocated window after inflateReset()
130 int ZEXPORT inflateReset(strm) function
213 return inflateReset(strm);
1328 inflateReset(strm);
H A Dgzio.c510 inflateReset(&(s->stream));
897 if (!s->transparent) (void)inflateReset(&s->stream);

Completed in 44 milliseconds