Home | History | Annotate | Download | only in zlib

Lines Matching defs:inflateInit

224    is automatically made by deflateInit and inflateInit.
378 ZEXTERN int ZEXPORT inflateInit OF((z_streamp strm));
385 first call). If zalloc and zfree are set to Z_NULL, inflateInit updates
388 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
392 there is no error message. inflateInit does not perform any decompression.
395 implementation of inflateInit() does not process any header information --
835 This is another version of inflateInit with an extra parameter. The
841 this version of the library. The default value is 15 if inflateInit is used
959 This function is equivalent to inflateEnd followed by inflateInit,
1761 /* deflateInit and inflateInit are macros to allow checking the zlib version
1795 # define inflateInit(strm) \