/reactos/sdk/include/reactos/libs/zlib/ |
H A D | zlib.h | 108 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 D | zlib.h | 78 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 D | inflate.c | 190 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 D | zlib.h | 80 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 D | inflate.c | 195 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 D | infblock.h | 18 z_streamp z, 24 z_streamp , 29 z_streamp , 34 z_streamp));
|
H A D | zlib.h | 89 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 D | infcodes.h | 20 z_streamp )); 24 z_streamp , 29 z_streamp ));
|
H A D | inftrees.h | 43 z_streamp)); /* for messages */ 54 z_streamp)); /* for messages */ 61 z_streamp)); /* for memory allocation */
|
H A D | inflate.c | 55 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 D | infcodes.c | 62 z_streamp z ) in inflate_codes_new() 82 z_streamp z, in inflate_codes() 246 z_streamp z ) in inflate_codes_free()
|
H A D | infblock.c | 69 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 D | inftrees.c | 304 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 D | infutil.c | 24 z_streamp z, in inflate_flush()
|
H A D | infutil.h | 95 z_streamp ,
|
/reactos/sdk/lib/3rdparty/zlib/ |
H A D | inflate.c | 106 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 D | deflate.c | 226 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 D | gzwrite.c | 21 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 D | inffast.h | 11 void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
|
H A D | gzread.c | 60 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 D | inflate.h | 83 z_streamp strm; /* pointer back to this zlib stream */
|
H A D | infback.c | 29 z_streamp strm; in inflateBackInit_() 252 z_streamp strm; in inflateBack() 636 z_streamp strm; in inflateBackEnd()
|
H A D | deflate.h | 101 z_streamp strm; /* pointer back to this zlib stream */
|
H A D | inffast.c | 51 z_streamp strm; in inflate_fast()
|
/reactos/sdk/lib/3rdparty/libxml2/ |
H A D | xzlib.c | 365 z_streamp strm = &(state->zstrm); in gz_next4()
|