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

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dzlib.h240 This check is automatically made by deflateInit and inflateInit.
367 ZEXTERN int ZEXPORT inflateInit OF((z_streamp strm));
372 value depends on the compression method), inflateInit determines the
375 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them to
378 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
381 message. inflateInit does not perform any decompression apart from reading
721 This is another version of inflateInit with an extra parameter. The
727 this version of the library. The default value is 15 if inflateInit is used
815 This function is equivalent to inflateEnd followed by inflateInit,
1338 /* deflateInit and inflateInit ar
1357 #define inflateInit macro
[all...]

Completed in 47 milliseconds