Searched refs:inflateInit (Results 1 – 15 of 15) sorted by relevance
55 err = inflateInit(&stream);
735 - Improve inflateInit() and inflateInit2() documentation1290 - next_in and avail_in must be initialized before calling inflateInit or1417 - deflateInit and inflateInit are now macros to allow version checking1582 - simplified considerably deflateInit and inflateInit by not supporting
817 #define inflateInit(strm) \ macro
152 extern int inflateInit(z_streamp strm) DECLSPEC_HIDDEN;
904 int inflateInit( z_streamp strm ) in inflateInit() function
154 extern int inflateInit(z_streamp strm) DECLSPEC_HIDDEN;
909 int inflateInit( z_streamp strm ) in inflateInit() function
3432 res = inflateInit(&z); in dwarf2_init_zsection()
114 # define inflateInit z_inflateInit macro
1812 # define inflateInit(strm) \ macro
112 inflateInit(&sp->stream) != Z_OK) { in ZIPSetupDecode()
714 if (inflateInit(&sp->stream) != Z_OK) { in PixarLogSetupDecode()
385 ret = inflateInit(&c_stream); in zlib_decompress()
417 ret = inflateInit(&png_ptr->zstream); in png_inflate_claim()
1131 inflateInit( &transform->ctx_inflate ) != Z_OK ) in mbedtls_ssl_derive_keys()