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

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/dotzlib/DotZLib/
H A DInflater.cs28 private static extern int inflateReset(ref ZStream sz); method in class:DotZLib.Inflater
94 inflateReset(ref _ztream);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/dotzlib/DotZLib/
H A DInflater.cs28 private static extern int inflateReset(ref ZStream sz); method in class:DotZLib.Inflater
94 inflateReset(ref _ztream);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.h583 extern int inflateReset OF((z_stream *strm));
589 inflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
H A Ddeflate.c201 inflateReset(&state->strm);
213 inflateReset(&state->strm);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/common/
H A Dzlib.h87 # define inflateReset z_inflateReset macro
802 extern int EXPORT inflateReset OF((z_streamp strm));
808 inflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dfitblk.c202 ret = inflateReset(&inf);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/
H A Dzconf.h34 # define inflateReset z_inflateReset macro
H A Dzconf.in.h34 # define inflateReset z_inflateReset macro
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 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 Dgzio.c483 inflateReset(&(s->stream));
870 if (!s->transparent) (void)inflateReset(&s->stream);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/examples/
H A Dfitblk.c202 ret = inflateReset(&inf);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/
H A Dzconf.h34 # define inflateReset z_inflateReset macro
H A Dzconf.in.h34 # define inflateReset z_inflateReset macro
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 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 Dgzio.c483 inflateReset(&(s->stream));
870 if (!s->transparent) (void)inflateReset(&s->stream);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dtscc.c90 zret = inflateReset(&(c->zstream));
H A Dflashsv.c190 int ret = inflateReset(&(s->zstream));
H A Dlcldec.c245 zret = inflateReset(&(c->zstream));
269 zret = inflateReset(&(c->zstream));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/pascal/
H A Dzlibpas.pas106 function inflateReset(var strm: z_stream): Integer; function
180 function inflateReset; external; function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/pascal/
H A Dzlibpas.pas106 function inflateReset(var strm: z_stream): Integer; function
180 function inflateReset; external; function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/modules/
H A Ddeflate.c534 inflateReset(&state->strm);
546 inflateReset(&state->strm);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/delphi/
H A DZLib.pas251 function inflateReset(var strm: TZStreamRec): Integer; external; function
534 DCheck(inflateReset(FZRec));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/delphi/
H A DZLib.pas251 function inflateReset(var strm: TZStreamRec): Integer; external; function
534 DCheck(inflateReset(FZRec));

Completed in 257 milliseconds

12