Lines Matching defs:inflateInit
226 is automatically made by deflateInit and inflateInit.
380 ZEXTERN int ZEXPORT inflateInit(z_streamp strm);
387 first call). If zalloc and zfree are set to Z_NULL, inflateInit updates
391 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
395 there is no error message. inflateInit does not perform any decompression.
398 implementation of inflateInit() does not process any header information --
839 This is another version of inflateInit with an extra parameter. The
845 this version of the library. The default value is 15 if inflateInit is used
965 This function is equivalent to inflateEnd followed by inflateInit,
1785 /* deflateInit and inflateInit are macros to allow checking the zlib version
1819 # define inflateInit(strm) \