Searched defs:inflateReset (Results 1 - 18 of 18) 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 Dftzconf.h31 # define inflateReset z_inflateReset macro
H A Dzconf.h31 # define inflateReset z_inflateReset macro
/external/pdfium/third_party/zlib_v128/
H A Dinflate.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.h61 #define inflateReset FPDFAPI_inflateReset macro
961 ZEXTERN int ZEXPORT inflateReset OF((z_streamp strm));
967 inflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
974 This function is the same as inflateReset, but it also permits changing
992 inflateReset(). bits must be less than or equal to 16, and that many of the
1037 inflateInit2() or inflateReset(), and before the first call of inflate().
1064 CRC if present. inflateReset() will reset the process to discard the header
/external/python/cpython2/Modules/zlib/
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/syslinux/com32/lib/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 Dzconf.in.h33 # 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/libpng/contrib/libtests/
H A Dtarith.c59 #define inflateReset(zs) Z_OK macro
/external/syslinux/com32/include/
H A Dzconf.h92 # define inflateReset z_inflateReset macro
/external/zlib/
H A Dzconf.h105 # define inflateReset z_inflateReset macro

Completed in 322 milliseconds