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

12

/macosx-10.10/tcl-105/tcl_ext/trf/trf/generic/
H A Dzlib.c31 "inflateReset",
52 inflateReset,
84 zf.zinflateReset = inflateReset ;
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/contrib/pngminim/encoder/
H A Ddummy_inflate.c8 int ZEXPORT inflateReset(strm) function
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/zlib/src/
H A DzlibtclStubInit.c51 inflateReset, /* 26 */
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/zlib/
H A DzlibtclStubInit.c51 inflateReset, /* 26 */
H A DzlibtclDecls.h99 ZEXTERN int inflateReset(z_streamp stream);
253 #define inflateReset \ macro
/macosx-10.10/zlib-55/zlib/contrib/dotzlib/DotZLib/
H A DInflater.cs28 private static extern int inflateReset(ref ZStream sz); method in class:DotZLib.Inflater
94 inflateReset(ref _ztream);
/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Dipcomp_core.c291 mode ? inflateReset(zs) : deflateReset(zs);
327 mode ? inflateReset(zs) : deflateReset(zs);
350 zerror = mode ? inflateReset(zs) : deflateReset(zs);
/macosx-10.10/ppp-786.1.1/Helpers/pppdump/
H A Dzlib.h605 extern int inflateReset OF((z_stream *strm));
611 inflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
H A Ddeflate.c213 inflateReset(&state->strm);
225 inflateReset(&state->strm);
/macosx-10.10/tcl-105/tcl_ext/trf/trf/zlib.vc/
H A Dzconf.h41 # define inflateReset z_inflateReset macro
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/
H A DtclLoadNone.c28 extern int inflateReset();
269 {"inflateReset", inflateReset},
/macosx-10.10/rsync-45/rsync/zlib/
H A Dzconf.h34 # define inflateReset z_inflateReset macro
H A Dzlib.h747 immediately after inflateInit2() or inflateReset() and before any call of
790 ZEXTERN int ZEXPORT inflateReset OF((z_streamp strm));
796 inflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
809 inflateReset(). bits must be less than or equal to 16, and that many of the
821 inflateInit2() or inflateReset(), and before the first call of inflate().
848 CRC if present. inflateReset() will reset the process to discard the header
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);
/macosx-10.10/tcl-105/tcl_ext/trf/trf/compat/
H A Dzconf.h31 # define inflateReset z_inflateReset macro
H A Dzlib.h587 ZEXTERN int ZEXPORT inflateReset OF((z_streamp strm));
593 inflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
/macosx-10.10/xnu-2782.1.97/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
/macosx-10.10/zlib-55/zlib/examples/
H A Dfitblk.c202 ret = inflateReset(&inf);
/macosx-10.10/WebCore-7600.1.25/Modules/websockets/
H A DWebSocketDeflater.cpp173 if (inflateReset(m_stream.get()) != Z_OK)
/macosx-10.10/zlib-55/zlib/contrib/pascal/
H A Dzlibpas.pas106 function inflateReset(var strm: z_stream): Integer; function
180 function inflateReset; external; function
/macosx-10.10/zlib-55/zlib/
H A Dzconf.h92 # define inflateReset z_inflateReset macro
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_zip.c126 return (inflateReset(&sp->stream) == Z_OK);
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/tiff/
H A DtiffZip.c115 return (inflateReset(&sp->stream) == Z_OK);
/macosx-10.10/sudo-73/src/zlib/
H A Dinflate.c32 * - Fix bug in reuse of allocated window after inflateReset()
128 int ZEXPORT inflateReset(strm) function
176 return inflateReset(strm);
1403 inflateReset(strm);

Completed in 313 milliseconds

12