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

/illumos-gate/usr/src/uts/common/zmod/
H A Dzlib_lint.c79 inflateEnd(z_streamp strm) function
H A Dzconf.h74 #define inflateEnd z_inflateEnd macro
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h105 #define inflateEnd z_inflateEnd macro
350 #pragma map(inflateEnd, "INEND")
701 * operation on this stream must be inflateEnd to deallocate the
722 ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm));
728 * inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream
972 * This function is equivalent to inflateEnd followed by inflateInit,
H A Dzlib.c3648 inflateEnd(z) function
3703 (void) inflateEnd(z);
3714 (void) inflateEnd(z);
/illumos-gate/usr/src/boot/lib/libz/
H A Dzconf.h99 # define inflateEnd z_inflateEnd macro
510 #pragma map(inflateEnd,"INEND")
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c2786 int inflateEnd(z) function
2827 inflateEnd(z);
2837 inflateEnd(z);

Completed in 92 milliseconds