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

/ast/src/lib/libz/
H A Dzconf.h51 # define inflateReset z_inflateReset macro
H A Dinflate.c32 * - Fix bug in reuse of allocated window after inflateReset()
103 int ZEXPORT inflateReset(strm) function
184 return inflateReset(strm);
1299 inflateReset(strm);
H A Dzlib.h746 immediately after inflateInit2() or inflateReset() and before any call of
789 ZEXTERN int ZEXPORT inflateReset OF((z_streamp strm));
795 inflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
808 inflateReset(). bits must be less than or equal to 16, and that many of the
820 inflateInit2() or inflateReset(), and before the first call of inflate().
847 CRC if present. inflateReset() will reset the process to discard the header
H A Dgzio.c580 inflateReset(&(s->stream));
1015 if (!s->transparent) (void)inflateReset(&s->stream);
/ast/src/cmd/INIT/
H A Dratz.c2329 int ZEXPORT inflateReset(strm) function
2410 return inflateReset(strm);
3520 inflateReset(strm);
4076 inflateReset(&(s->stream));

Completed in 141 milliseconds