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

/haiku-fatelf/src/libs/pdflib/libs/flate/
H A Dzconf.h59 # define inflateReset psp_z_inflateReset macro
115 # define inflateReset pdf_z_inflateReset macro
H A Dinflate.c55 int ZEXPORT inflateReset( function
135 inflateReset(z);
348 inflateReset(z);
H A Dzlib.h590 ZEXTERN int ZEXPORT inflateReset OF((z_streamp strm));
596 inflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
/haiku-fatelf/headers/libs/zlib/
H A Dzconf.h92 # define inflateReset z_inflateReset macro
H A Dzlib.h794 immediately after inflateInit2() or inflateReset() and before any call of
837 ZEXTERN int ZEXPORT inflateReset OF((z_streamp strm));
843 inflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
850 This function is the same as inflateReset, but it also permits changing
868 inflateReset(). bits must be less than or equal to 16, and that many of the
913 inflateInit2() or inflateReset(), and before the first call of inflate().
940 CRC if present. inflateReset() will reset the process to discard the header
/haiku-fatelf/src/libs/zlib/
H A Dzconf.h92 # 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);
H A Dgzread.c197 inflateReset(strm);
H A Dzlib.h794 immediately after inflateInit2() or inflateReset() and before any call of
837 ZEXTERN int ZEXPORT inflateReset OF((z_streamp strm));
843 inflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
850 This function is the same as inflateReset, but it also permits changing
868 inflateReset(). bits must be less than or equal to 16, and that many of the
913 inflateInit2() or inflateReset(), and before the first call of inflate().
940 CRC if present. inflateReset() will reset the process to discard the header
/haiku-fatelf/src/libs/pdflib/libs/tiff/
H A Dtif_zip.c117 return (inflateReset(&sp->stream) == Z_OK);
/haiku-fatelf/src/libs/tiff/
H A Dtif_zip.c126 return (inflateReset(&sp->stream) == Z_OK);
H A Dtif_pixarlog.c699 return (inflateReset(&sp->stream) == Z_OK);
/haiku-fatelf/src/libs/pdflib/libs/png/
H A Dpng.c738 return (inflateReset(&png_ptr->zstream));
H A Dpngrutil.c200 inflateReset(&png_ptr->zstream);
303 inflateReset(&png_ptr->zstream);
2913 inflateReset(&png_ptr->zstream);
/haiku-fatelf/src/bin/unzip/
H A Dinflate.c471 err = inflateReset(&G.dstrm);
473 Trace((stderr, "oops! (inflateReset() err = %d)\n", err));
H A Dinflatef.c229 err = inflateReset(&G.dstrm);
231 Trace((stderr, "oops! (inflateReset() err = %d)\n", err));
/haiku-fatelf/src/add-ons/media/plugins/matroska/libMatroskaParser/
H A DMatroskaParser.c1451 inflateReset(&zs);
3238 inflateReset(&cs->zs);

Completed in 137 milliseconds