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

/forgerock/web-agents-v4/zlib/
H A Dzconf.h111 # define inflateReset z_inflateReset macro
H A Dinflate.c32 * - Fix bug in reuse of allocated window after inflateReset()
129 int ZEXPORT inflateReset(strm) function
177 return inflateReset(strm);
1414 inflateReset(strm);
H A Dgzread.c138 inflateReset(strm);
H A Dzlib.h892 ZEXTERN int ZEXPORT inflateReset OF((z_streamp strm));
898 inflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
905 This function is the same as inflateReset, but it also permits changing
923 inflateReset(). bits must be less than or equal to 16, and that many of the
968 inflateInit2() or inflateReset(), and before the first call of inflate().
995 CRC if present. inflateReset() will reset the process to discard the header

Completed in 227 milliseconds