Home
last modified time | relevance | path

Searched refs:z_streamp (Results 1 – 25 of 26) sorted by relevance

12

/reactos/sdk/include/reactos/libs/zlib/
H A Dzlib.h108 typedef z_stream FAR *z_streamp; typedef
363 ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));
520 ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm));
676 ZEXTERN int ZEXPORT deflateCopy OF((z_streamp dest,
705 ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm,
743 ZEXTERN int ZEXPORT deflateTune OF((z_streamp strm,
790 ZEXTERN int ZEXPORT deflatePrime OF((z_streamp strm,
943 ZEXTERN int ZEXPORT inflateCopy OF((z_streamp dest,
983 ZEXTERN int ZEXPORT inflatePrime OF((z_streamp strm,
1098 ZEXTERN int ZEXPORT inflateBack OF((z_streamp strm,
[all …]
/reactos/dll/win32/wininet/
H A Dzlib.h78 typedef z_stream FAR *z_streamp; typedef
152 extern int inflateInit(z_streamp strm) DECLSPEC_HIDDEN;
153 extern int inflateInit2(z_streamp strm, int windowBits) DECLSPEC_HIDDEN;
154 extern int inflate(z_streamp strm, int flush) DECLSPEC_HIDDEN;
155 extern int inflateEnd(z_streamp strm) DECLSPEC_HIDDEN;
157 extern int deflateInit(z_streamp strm, int level) DECLSPEC_HIDDEN;
158 extern int deflateInit2(z_streamp strm, int level, int method, int windowBits, int memLevel, int st…
159 extern int deflate(z_streamp strm, int flush) DECLSPEC_HIDDEN;
160 extern int deflateEnd(z_streamp strm) DECLSPEC_HIDDEN;
H A Dinflate.c190 z_streamp strm; /* pointer back to this zlib stream */
269 static void inflate_fast( z_streamp strm, unsigned start ) in inflate_fast()
797 static int inflateStateCheck( z_streamp strm ) in inflateStateCheck()
810 static int inflateResetKeep( z_streamp strm ) in inflateResetKeep()
834 static int inflateReset( z_streamp strm ) in inflateReset()
846 static int inflateReset2( z_streamp strm, int windowBits ) in inflateReset2()
882 int inflateInit2( z_streamp strm, int windowBits ) in inflateInit2()
904 int inflateInit( z_streamp strm ) in inflateInit()
1027 static int updatewindow( z_streamp strm, const Bytef *end, unsigned copy ) in updatewindow()
1252 int inflate( z_streamp strm, int flush ) in inflate()
[all …]
/reactos/dll/win32/dbghelp/
H A Dzlib.h80 typedef z_stream FAR *z_streamp; typedef
154 extern int inflateInit(z_streamp strm) DECLSPEC_HIDDEN;
155 extern int inflateInit2(z_streamp strm, int windowBits) DECLSPEC_HIDDEN;
156 extern int inflate(z_streamp strm, int flush) DECLSPEC_HIDDEN;
157 extern int inflateEnd(z_streamp strm) DECLSPEC_HIDDEN;
159 extern int deflateInit(z_streamp strm, int level) DECLSPEC_HIDDEN;
160 extern int deflateInit2(z_streamp strm, int level, int method, int windowBits, int memLevel, int st…
161 extern int deflate(z_streamp strm, int flush) DECLSPEC_HIDDEN;
162 extern int deflateEnd(z_streamp strm) DECLSPEC_HIDDEN;
H A Dinflate.c195 z_streamp strm; /* pointer back to this zlib stream */
274 static void inflate_fast( z_streamp strm, unsigned start ) in inflate_fast()
802 static int inflateStateCheck( z_streamp strm ) in inflateStateCheck()
815 static int inflateResetKeep( z_streamp strm ) in inflateResetKeep()
839 static int inflateReset( z_streamp strm ) in inflateReset()
851 static int inflateReset2( z_streamp strm, int windowBits ) in inflateReset2()
887 int inflateInit2( z_streamp strm, int windowBits ) in inflateInit2()
909 int inflateInit( z_streamp strm ) in inflateInit()
1032 static int updatewindow( z_streamp strm, const Bytef *end, unsigned copy ) in updatewindow()
1257 int inflate( z_streamp strm, int flush ) in inflate()
[all …]
/reactos/sdk/lib/3rdparty/freetype/src/gzip/
H A Dinfblock.h18 z_streamp z,
24 z_streamp ,
29 z_streamp ,
34 z_streamp));
H A Dzlib.h89 typedef z_stream FAR *z_streamp; typedef
309 ZEXTERN(int) inflate OF((z_streamp strm, int flush));
378 ZEXTERN(int) inflateEnd OF((z_streamp strm));
569 ZEXTERN(int) inflateReset OF((z_streamp strm));
813 ZEXTERN(int) inflateInit2_ OF((z_streamp strm, int windowBits,
H A Dinfcodes.h20 z_streamp ));
24 z_streamp ,
29 z_streamp ));
H A Dinftrees.h43 z_streamp)); /* for messages */
54 z_streamp)); /* for messages */
61 z_streamp)); /* for memory allocation */
H A Dinflate.c55 z_streamp z ) in inflateReset()
69 z_streamp z ) in inflateEnd()
83 z_streamp z, in inflateInit2_()
148 z_streamp z, in inflate()
H A Dinfcodes.c62 z_streamp z ) in inflate_codes_new()
82 z_streamp z, in inflate_codes()
246 z_streamp z ) in inflate_codes_free()
H A Dinfblock.c69 z_streamp z, in inflate_blocks_reset()
89 z_streamp z, in inflate_blocks_new()
121 z_streamp z, in inflate_blocks()
377 z_streamp z ) in inflate_blocks_free()
H A Dinftrees.c304 z_streamp z /* for messages */ in inflate_trees_bits()
336 z_streamp z /* for messages */ in inflate_trees_dynamic()
414 z_streamp z /* for memory allocation */ in inflate_trees_fixed()
H A Dinfutil.c24 z_streamp z, in inflate_flush()
H A Dinfutil.h95 z_streamp ,
/reactos/sdk/lib/3rdparty/zlib/
H A Dinflate.c106 z_streamp strm; in inflateStateCheck()
120 z_streamp strm; in inflateResetKeep()
146 z_streamp strm; in inflateReset()
159 z_streamp strm; in inflateReset2()
199 z_streamp strm; in inflateInit2_()
243 z_streamp strm; in inflateInit_()
251 z_streamp strm; in inflatePrime()
400 z_streamp strm; in updatewindow()
626 z_streamp strm; in inflate()
1305 z_streamp strm; in inflateEnd()
[all …]
H A Ddeflate.c226 z_streamp strm; in deflateInit_()
239 z_streamp strm; in deflateInit2_()
390 z_streamp strm; in deflateStateCheck()
413 z_streamp strm; in deflateSetDictionary()
482 z_streamp strm; in deflateGetDictionary()
504 z_streamp strm; in deflateResetKeep()
542 z_streamp strm; in deflateReset()
554 z_streamp strm; in deflateSetHeader()
567 z_streamp strm;
579 z_streamp strm; in deflatePrime()
[all …]
H A Dgzwrite.c21 z_streamp strm = &(state->strm);
79 z_streamp strm = &(state->strm);
160 z_streamp strm = &(state->strm);
320 z_streamp strm;
397 z_streamp strm; in gzvprintf()
487 z_streamp strm;
603 z_streamp strm;
H A Dinffast.h11 void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
H A Dgzread.c60 z_streamp strm = &(state->strm);
94 z_streamp strm = &(state->strm);
178 z_streamp strm = &(state->strm);
230 z_streamp strm = &(state->strm);
H A Dinflate.h83 z_streamp strm; /* pointer back to this zlib stream */
H A Dinfback.c29 z_streamp strm; in inflateBackInit_()
252 z_streamp strm; in inflateBack()
636 z_streamp strm; in inflateBackEnd()
H A Ddeflate.h101 z_streamp strm; /* pointer back to this zlib stream */
H A Dinffast.c51 z_streamp strm; in inflate_fast()
/reactos/sdk/lib/3rdparty/libxml2/
H A Dxzlib.c365 z_streamp strm = &(state->zstrm); in gz_next4()

12