Searched defs:inflateReset (Results 1 - 20 of 20) sorted by relevance

/external/zlib/src/contrib/dotzlib/DotZLib/
H A DInflater.cs28 private static extern int inflateReset(ref ZStream sz); method in class:DotZLib.Inflater
94 inflateReset(ref _ztream);
/external/freetype/src/gzip/
H A Dinflate.c54 ZEXPORT(int) inflateReset( /* z) */ function
134 inflateReset(z);
H A Dzconf.h31 # define inflateReset z_inflateReset macro
/external/chromium_org/third_party/zlib/
H A Dinflate.c32 * - Fix bug in reuse of allocated window after inflateReset()
103 int ZEXPORT inflateReset(strm) function
165 return inflateReset(strm);
1382 inflateReset(strm);
H A Dmozzconf.h63 #define inflateReset MOZ_Z_inflateReset macro
H A Dzconf.h95 # define inflateReset z_inflateReset macro
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_inflate.c32 * - Fix bug in reuse of allocated window after inflateReset()
129 int ZEXPORT inflateReset( function
177 return inflateReset(strm);
1415 inflateReset(strm);
H A Dzconf.h105 # define inflateReset z_inflateReset macro
H A Dzlib.h60 #define inflateReset FPDFAPI_inflateReset macro
956 ZEXTERN int ZEXPORT inflateReset OF((z_streamp strm));
962 inflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
969 This function is the same as inflateReset, but it also permits changing
987 inflateReset(). bits must be less than or equal to 16, and that many of the
1032 inflateInit2() or inflateReset(), and before the first call of inflate().
1059 CRC if present. inflateReset() will reset the process to discard the header
/external/qemu/distrib/zlib-1.2.8/
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 Dzconf.h105 # define inflateReset z_inflateReset macro
/external/zlib/src/contrib/delphi/
H A DZLib.pas251 function inflateReset(var strm: TZStreamRec): Integer; external; function
534 DCheck(inflateReset(FZRec));
/external/zlib/src/contrib/pascal/
H A Dzlibpas.pas131 function inflateReset(var strm: z_stream): Integer; function
219 function inflateReset; external; function
/external/zlib/src/
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 Dzconf.h105 # define inflateReset z_inflateReset macro
/external/chromium_org/sdch/open-vcdiff/src/zlib/
H A Dzconf.h34 # define inflateReset z_inflateReset macro
/external/libpng/contrib/libtests/
H A Dtarith.c59 #define inflateReset(zs) Z_OK macro
/external/pdfium/core/include/thirdparties/zlib/
H A Dzconf.h105 # define inflateReset z_inflateReset macro
H A Dzlib.h56 #define inflateReset FPDFAPI_inflateReset macro
952 ZEXTERN int ZEXPORT inflateReset OF((z_streamp strm));
958 inflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
965 This function is the same as inflateReset, but it also permits changing
983 inflateReset(). bits must be less than or equal to 16, and that many of the
1028 inflateInit2() or inflateReset(), and before the first call of inflate().
1055 CRC if present. inflateReset() will reset the process to discard the header
/external/zlib/
H A Dzconf.h105 # define inflateReset z_inflateReset macro

Completed in 347 milliseconds