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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzconf.h87 #define inflateReset z_inflateReset macro
H A Dzlib.h748 immediately after inflateInit2() or inflateReset() and before any call of
791 ZEXTERN int ZEXPORT inflateReset OF((z_streamp strm));
797 inflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
810 inflateReset(). bits must be less than or equal to 16, and that many of the
822 inflateInit2() or inflateReset(), and before the first call of inflate().
849 CRC if present. inflateReset() will reset the process to discard the header
H A Dinflate.c39 * - Fix bug in reuse of allocated window after inflateReset()
110 int ZEXPORT inflateReset(strm) function
191 return inflateReset(strm);
1326 (void) inflateReset(strm);
/freebsd-11-stable/sys/geom/uzip/
H A Dg_uzip_zlib.c93 if (inflateReset(&zp->zs) != Z_OK) {
/freebsd-11-stable/sys/sys/
H A Dzlib.h88 # define inflateReset z_inflateReset macro
808 extern int EXPORT inflateReset OF((z_streamp strm));
814 inflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
/freebsd-11-stable/usr.sbin/fifolog/lib/
H A Dfifolog_reader.c279 i = inflateReset(zs);
307 i = inflateReset(zs);
/freebsd-11-stable/stand/libsa/
H A Dgzipfs.c284 (void)inflateReset(&zf->zf_zstream);
/freebsd-11-stable/sys/contrib/zlib/
H A Dzconf.h117 # define inflateReset z_inflateReset macro
H A Dinflate.c32 * - Fix bug in reuse of allocated window after inflateReset()
144 int ZEXPORT inflateReset(strm) function
192 return inflateReset(strm);
1437 inflateReset(strm);
H A Dgzread.c144 inflateReset(strm);
H A Dzlib.h958 ZEXTERN int ZEXPORT inflateReset OF((z_streamp strm));
964 inflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
971 This function is the same as inflateReset, but it also permits changing
991 inflateReset(). bits must be less than or equal to 16, and that many of the
1036 inflateInit2() or inflateReset(), and before the first call of inflate().
1063 CRC if present. inflateReset() will reset the process to discard the header
/freebsd-11-stable/sys/netgraph/
H A Dng_deflate.c695 inflateReset(&priv->cx);
/freebsd-11-stable/usr.sbin/ppp/
H A Ddeflate.c196 inflateReset(&state->cx);
/freebsd-11-stable/sys/contrib/zlib/test/
H A Dminigzip.c290 inflateReset(strm);
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_cab.c1437 r = inflateReset(&cab->stream);
1580 r = inflateReset(&cab->stream);
H A Darchive_read_support_format_iso9660.c1572 r = inflateReset(&zisofs->stream);
H A Darchive_read_support_format_xar.c1462 r = inflateReset(&(xar->stream));
H A Darchive_read_support_format_zip.c2250 r = inflateReset(&zip->stream);
H A Darchive_read_support_format_7zip.c1212 r = inflateReset(&(zip->stream));
H A Darchive_write_set_format_iso9660.c7953 r = inflateReset(&zisofs->stream);
/freebsd-11-stable/sys/libkern/
H A Dzlib.c3097 int inflateReset(z) function
3183 inflateReset(z);
3416 inflateReset(z);
/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c6960 ret = inflateReset(&strm);

Completed in 521 milliseconds