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

12

/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 Dzlib.h569 ZEXTERN(int) inflateReset OF((z_streamp strm));
575 inflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
H A Dinflate.c54 ZEXPORT(int) inflateReset( /* z) */ function
134 inflateReset(z);
H A Dzconf.h31 # define inflateReset z_inflateReset macro
/external/chromium_org/sdch/open-vcdiff/src/zlib/
H A Dzconf.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
/external/chromium_org/third_party/zlib/
H A Dmozzconf.h63 #define inflateReset MOZ_Z_inflateReset macro
H A Dzconf.h95 # define inflateReset z_inflateReset macro
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);
/external/zlib/src/examples/
H A Dfitblk.c202 ret = inflateReset(&inf);
/external/chromium_org/net/filter/
H A Dgzip_filter.cc272 inflateReset(zlib_stream_.get());
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DWebSocketDeflater.cpp190 if (inflateReset(m_stream.get()) != Z_OK)
/external/elfutils/0.153/libdw/
H A Ddwarf_begin_elf.c205 zrc = inflateReset (&z);
/external/zlib/src/contrib/pascal/
H A Dzlibpas.pas131 function inflateReset(var strm: z_stream): Integer; function
219 function inflateReset; external; function
/external/pdfium/core/include/thirdparties/zlib/
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
H A Dzconf.h105 # define inflateReset z_inflateReset macro
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
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
H A Dzconf.h105 # define inflateReset z_inflateReset macro
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);
/external/chromium_org/net/websockets/
H A Dwebsocket_inflater.cc139 result = inflateReset(stream_.get());
/external/qemu/distrib/zlib-1.2.8/
H A Dzconf.h105 # define inflateReset z_inflateReset macro
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);
/external/zlib/src/
H A Dzconf.h105 # define inflateReset z_inflateReset macro
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);
/external/zlib/
H A Dzconf.h105 # define inflateReset z_inflateReset macro

Completed in 483 milliseconds

12