Lines Matching defs:inflateInit
470 This check is automatically made by deflateInit and inflateInit.
596 ZEXTERN int ZEXPORT inflateInit(z_streamp);
601 value depends on the compression method), inflateInit determines the
604 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them to
607 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
610 message. inflateInit does not perform any decompression apart from reading
844 This is another version of inflateInit with an extra parameter. The
850 this version of the library. The default value is 15 if inflateInit is used
897 This function is equivalent to inflateEnd followed by inflateInit,
1172 /* deflateInit and inflateInit are macros to allow checking the zlib version
1182 #define inflateInit(strm) \