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

/freebsd-11-stable/sys/contrib/zlib/
H A Dzconf.h118 # define inflateReset2 z_inflateReset2 macro
H A Dzlib.h968 ZEXTERN int ZEXPORT inflateReset2 OF((z_streamp strm,
977 inflateReset2 returns Z_OK if success, or Z_STREAM_ERROR if the source
H A Dinflate.c157 int ZEXPORT inflateReset2(strm, windowBits) function
230 state->mode = HEAD; /* to pass state test in inflateReset2() */
231 ret = inflateReset2(strm, windowBits);
/freebsd-11-stable/sys/contrib/zlib/test/
H A Dinfcover.c344 ret = inflateReset2(&strm, -8); assert(ret == Z_OK);

Completed in 73 milliseconds