Home | History | Annotate | Download | only in include

Lines Matching defs:inflateInit

216    This check is automatically made by deflateInit and inflateInit.
343 ZEXTERN int ZEXPORT inflateInit OF((z_streamp strm));
348 value depends on the compression method), inflateInit determines the
351 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them to
354 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
357 message. inflateInit does not perform any decompression apart from reading
697 This is another version of inflateInit with an extra parameter. The
703 this version of the library. The default value is 15 if inflateInit is used
791 This function is equivalent to inflateEnd followed by inflateInit,
1314 /* deflateInit and inflateInit are macros to allow checking the zlib version
1333 #define inflateInit(strm) \