Searched defs:inflateInit (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dzlib.h175 This check is automatically made by deflateInit and inflateInit.
294 ZEXTERN int ZEXPORT inflateInit OF((z_streamp strm));
299 value depends on the compression method), inflateInit determines the
302 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them to
305 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
308 message. inflateInit does not perform any decompression apart from reading
534 This is another version of inflateInit with an extra parameter. The
540 this version of the library. The default value is 15 if inflateInit is used
589 This function is equivalent to inflateEnd followed by inflateInit,
857 /* deflateInit and inflateInit ar
872 #define inflateInit macro
[all...]

Completed in 27 milliseconds