/reactos/sdk/lib/3rdparty/zlib/ |
H A D | inflate.c | 105 local int inflateStateCheck(strm) in inflateStateCheck() argument 119 int ZEXPORT inflateResetKeep(strm) in inflateResetKeep() argument 145 int ZEXPORT inflateReset(strm) in inflateReset() argument 158 int ZEXPORT inflateReset2(strm, windowBits) in inflateReset2() argument 399 local int updatewindow(strm, end, copy) in updatewindow() argument 625 int ZEXPORT inflate(strm, flush) in inflate() argument 1304 int ZEXPORT inflateEnd(strm) in inflateEnd() argument 1376 int ZEXPORT inflateGetHeader(strm, head) in inflateGetHeader() argument 1427 int ZEXPORT inflateSync(strm) in inflateSync() argument 1485 int ZEXPORT inflateSyncPoint(strm) in inflateSyncPoint() argument [all …]
|
H A D | deflate.c | 389 local int deflateStateCheck(strm) in deflateStateCheck() argument 503 int ZEXPORT deflateResetKeep(strm) in deflateResetKeep() argument 541 int ZEXPORT deflateReset(strm) in deflateReset() argument 553 int ZEXPORT deflateSetHeader(strm, head) in deflateSetHeader() argument 564 int ZEXPORT deflatePending(strm, pending, bits) in deflatePending() argument 578 int ZEXPORT deflatePrime(strm, bits, value) in deflatePrime() argument 696 uLong ZEXPORT deflateBound(strm, sourceLen) in deflateBound() argument 782 local void flush_pending(strm) in flush_pending() argument 815 int ZEXPORT deflate(strm, flush) in deflate() argument 1130 int ZEXPORT deflateEnd(strm) in deflateEnd() argument [all …]
|
H A D | gzwrite.c | 21 z_streamp strm = &(state->strm); local 79 z_streamp strm = &(state->strm); local 160 z_streamp strm = &(state->strm); local 320 z_streamp strm; local 397 z_streamp strm; in gzvprintf() local 487 z_streamp strm; local 603 z_streamp strm; local
|
H A D | gzread.c | 60 z_streamp strm = &(state->strm); local 94 z_streamp strm = &(state->strm); local 178 z_streamp strm = &(state->strm); local 230 z_streamp strm = &(state->strm); local
|
H A D | infback.c | 28 int ZEXPORT inflateBackInit_(strm, windowBits, window, version, stream_size) in inflateBackInit_() argument 251 int ZEXPORT inflateBack(strm, in, in_desc, out, out_desc) in inflateBack() argument 635 int ZEXPORT inflateBackEnd(strm) in inflateBackEnd() argument
|
H A D | zutil.h | 61 #define ERR_RETURN(strm,err) \ argument 266 #define ZALLOC(strm, items, size) \ argument 268 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr)) argument
|
H A D | inffast.c | 50 void ZLIB_INTERNAL inflate_fast(strm, start) in inflate_fast() argument
|
H A D | gzguts.h | 201 z_stream strm; /* stream structure in-place (not a pointer) */ member
|
H A D | inflate.h | 83 z_streamp strm; /* pointer back to this zlib stream */ member
|
H A D | deflate.h | 101 z_streamp strm; /* pointer back to this zlib stream */ member
|
/reactos/sdk/include/reactos/libs/zlib/ |
H A D | zlib.h | 1796 # define z_deflateInit(strm, level) \ argument 1798 # define z_inflateInit(strm) \ argument 1800 # define z_deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ argument 1803 # define z_inflateInit2(strm, windowBits) \ argument 1806 # define z_inflateBackInit(strm, windowBits, window) \ argument 1810 # define deflateInit(strm, level) \ argument 1812 # define inflateInit(strm) \ argument 1814 # define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ argument 1817 # define inflateInit2(strm, windowBits) \ argument 1820 # define inflateBackInit(strm, windowBits, window) \ argument
|
/reactos/sdk/lib/3rdparty/libxml2/ |
H A D | xzlib.c | 70 lzma_stream strm; /* stream structure in-place (not a pointer) */ member 252 lzma_stream *strm = &(state->strm); in xz_avail() local 287 lzma_stream *strm = &(state->strm); in is_format_xz() local 295 lzma_stream *strm = &(state->strm); in is_format_lzma() local 365 z_streamp strm = &(state->zstrm); in gz_next4() local 382 lzma_stream *strm = &(state->strm); in xz_head() local 534 lzma_stream *strm = &(state->strm); in xz_decomp() local 648 lzma_stream *strm = &(state->strm); in xz_make() local 705 lzma_stream *strm; in __libxml2_xzread() local
|
H A D | nanohttp.c | 142 z_stream *strm; /* Zlib stream object */ member
|
/reactos/sdk/lib/3rdparty/freetype/src/gzip/ |
H A D | zlib.h | 815 #define deflateInit(strm, level) \ argument 817 #define inflateInit(strm) \ argument 819 #define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ argument 822 #define inflateInit2(strm, windowBits) \ argument
|
H A D | zutil.h | 41 #define ERR_RETURN(strm,err) \ argument 210 #define ZALLOC(strm, items, size) \ argument 212 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr)) argument
|
/reactos/dll/win32/dbghelp/ |
H A D | inflate.c | 49 #define ZALLOC(strm, items, size) \ argument 195 z_streamp strm; /* pointer back to this zlib stream */ member 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() 1257 int inflate( z_streamp strm, int flush ) in inflate() [all …]
|
/reactos/dll/win32/wininet/ |
H A D | inflate.c | 44 #define ZALLOC(strm, items, size) \ argument 190 z_streamp strm; /* pointer back to this zlib stream */ member 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() 1252 int inflate( z_streamp strm, int flush ) in inflate() [all …]
|
/reactos/dll/win32/shlwapi/ |
H A D | regstream.c | 654 ISHRegStream *strm = NULL; in SHCreateMemStream() local 701 ISHRegStream *strm; in SHCreateStreamWrapper() local
|
/reactos/modules/rostests/winetests/qedit/ |
H A D | mediadet.c | 139 LONG strm; in test_mediadet() local
|
/reactos/dll/win32/hlink/ |
H A D | hlink_main.c | 474 IStream *strm; in HlinkClone() local
|
/reactos/dll/directx/wine/qedit/ |
H A D | mediadet.c | 216 static HRESULT SetCurPin(MediaDetImpl *This, LONG strm) in SetCurPin()
|
/reactos/dll/win32/ole32/ |
H A D | storage32.c | 1456 StgStreamImpl *strm; in StorageBaseImpl_IsStreamOpen() local 2521 StgStreamImpl *strm, *strm2; in deleteStreamContents() local 2656 StgStreamImpl *strm=NULL; in StorageBaseImpl_DeleteAll() local 2714 void StorageBaseImpl_AddStream(StorageBaseImpl * stg, StgStreamImpl * strm) in StorageBaseImpl_AddStream() 2720 void StorageBaseImpl_RemoveStream(StorageBaseImpl * stg, StgStreamImpl * strm) in StorageBaseImpl_RemoveStream()
|