Searched refs:inflateInit2_ (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.h | 111 #define inflateInit2_ z_inflateInit2_ macro 349 #pragma map(inflateInit2_, "ININ2") 1180 ZEXTERN int ZEXPORT inflateInit2_ OF((z_streamp strm, int windowBits, 1190 inflateInit2_((strm), (windowBits), ZLIB_VERSION, sizeof (z_stream))
|
H A D | zlib.c | 3665 inflateInit2_(z, w, version, stream_size) in inflateInit2_() function 3731 return (inflateInit2_(z, DEF_WBITS, version, stream_size));
|
/titanic_44/usr/src/uts/common/zmod/ |
H A D | zlib_lint.c | 72 inflateInit2_(z_streamp strm, int window, const char *version, int size) in inflateInit2_() function
|
H A D | zconf.h | 82 #define inflateInit2_ z_inflateInit2_ macro
|
H A D | zlib.h | 1327 ZEXTERN int ZEXPORT inflateInit2_ OF((z_streamp strm, int windowBits, 1341 inflateInit2_((strm), (windowBits), ZLIB_VERSION, sizeof(z_stream))
|
H A D | inflate.c | 151 int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size) in inflateInit2_() function 199 return inflateInit2_(strm, DEF_WBITS, version, stream_size);
|