Lines Matching defs:inflateInit
219 This check is automatically made by deflateInit and inflateInit.
346 ZEXTERN int ZEXPORT inflateInit OF((z_streamp strm));
351 value depends on the compression method), inflateInit determines the
354 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them to
357 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
361 there is no error message. inflateInit does not perform any decompression
365 implementation of inflateInit() does not process any header information --
705 This is another version of inflateInit with an extra parameter. The
711 this version of the library. The default value is 15 if inflateInit is used
803 This function is equivalent to inflateEnd followed by inflateInit,
1334 /* deflateInit and inflateInit are macros to allow checking the zlib version
1353 #define inflateInit(strm) \