Home | History | Annotate | Download | only in zlib

Lines Matching defs:inflateInit

220    is automatically made by deflateInit and inflateInit.

368 ZEXTERN int ZEXPORT inflateInit OF((z_streamp strm));
373 exact value depends on the compression method), inflateInit determines the
376 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them to
379 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
383 there is no error message. inflateInit does not perform any decompression
387 of inflateInit() does not process any header information -- that is deferred
773 This is another version of inflateInit with an extra parameter. The
779 this version of the library. The default value is 15 if inflateInit is used
894 This function is equivalent to inflateEnd followed by inflateInit,
1630 /* deflateInit and inflateInit are macros to allow checking the zlib version
1649 #define inflateInit(strm) \