Home
last modified time | relevance | path

Searched refs:inflateInit (Results 1 – 15 of 15) sorted by relevance

/reactos/sdk/lib/3rdparty/zlib/
H A Duncompr.c55 err = inflateInit(&stream);
H A DChangeLog735 - Improve inflateInit() and inflateInit2() documentation
1290 - next_in and avail_in must be initialized before calling inflateInit or
1417 - deflateInit and inflateInit are now macros to allow version checking
1582 - simplified considerably deflateInit and inflateInit by not supporting
/reactos/sdk/lib/3rdparty/freetype/src/gzip/
H A Dzlib.h817 #define inflateInit(strm) \ macro
/reactos/dll/win32/wininet/
H A Dzlib.h152 extern int inflateInit(z_streamp strm) DECLSPEC_HIDDEN;
H A Dinflate.c904 int inflateInit( z_streamp strm ) in inflateInit() function
/reactos/dll/win32/dbghelp/
H A Dzlib.h154 extern int inflateInit(z_streamp strm) DECLSPEC_HIDDEN;
H A Dinflate.c909 int inflateInit( z_streamp strm ) in inflateInit() function
H A Ddwarf.c3432 res = inflateInit(&z); in dwarf2_init_zsection()
/reactos/sdk/include/reactos/libs/zlib/
H A Dzconf.h114 # define inflateInit z_inflateInit macro
H A Dzlib.h1812 # define inflateInit(strm) \ macro
/reactos/dll/3rdparty/libtiff/
H A Dtif_zip.c112 inflateInit(&sp->stream) != Z_OK) { in ZIPSetupDecode()
H A Dtif_pixarlog.c714 if (inflateInit(&sp->stream) != Z_OK) { in PixarLogSetupDecode()
/reactos/drivers/filesystems/btrfs/
H A Dcompress.c385 ret = inflateInit(&c_stream); in zlib_decompress()
/reactos/dll/3rdparty/libpng/
H A Dpngrutil.c417 ret = inflateInit(&png_ptr->zstream); in png_inflate_claim()
/reactos/dll/3rdparty/mbedtls/
H A Dssl_tls.c1131 inflateInit( &transform->ctx_inflate ) != Z_OK ) in mbedtls_ssl_derive_keys()