Searched refs:inflateEnd (Results 1 - 7 of 7) sorted by relevance

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Duncompr.c51 inflateEnd(&stream);
56 err = inflateEnd(&stream);
H A Dzconf.h21 # define inflateEnd z_inflateEnd macro
259 # pragma map(inflateEnd,"INEND")
H A Dinflate.c68 int ZEXPORT inflateEnd(z) function
118 inflateEnd(z);
128 inflateEnd(z);
H A Dexample.c228 err = inflateEnd(&d_stream);
229 CHECK_ERR(err, "inflateEnd");
324 err = inflateEnd(&d_stream);
325 CHECK_ERR(err, "inflateEnd");
411 err = inflateEnd(&d_stream);
412 CHECK_ERR(err, "inflateEnd");
493 err = inflateEnd(&d_stream);
494 CHECK_ERR(err, "inflateEnd");
H A Dzlib.h356 be inflateEnd to deallocate the decompression state. The use of Z_FINISH
383 ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm));
389 inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream state
589 This function is equivalent to inflateEnd followed by inflateInit,
H A Dgzio.c332 err = inflateEnd(&(s->stream));
/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Dzip_util.c886 inflateEnd(&strm);
903 inflateEnd(&strm);
909 inflateEnd(&strm);
914 inflateEnd(&strm);

Completed in 16 milliseconds