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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h177 } z_stream; typedef in typeref:struct:z_stream_s
251 extern int deflateInit OF((z_stream *strm, int level));
270 extern int deflate OF((z_stream *strm, int flush));
347 extern int deflateEnd OF((z_stream *strm));
359 extern int inflateInit OF((z_stream *strm));
373 extern int inflate OF((z_stream *strm, int flush));
424 extern int inflateEnd OF((z_stream *strm));
441 extern int deflateInit2 OF((z_stream *strm,
501 extern int deflateCopy OF((z_stream *dest,
502 z_stream *sourc
[all...]
/illumos-gate/usr/src/uts/common/zmod/
H A Dzlib.h103 } z_stream; typedef in typeref:struct:z_stream_s
105 typedef z_stream FAR *z_streamp;
1317 * and the compiler's view of z_stream:
1334 deflateInit_((strm), (level), ZLIB_VERSION, sizeof(z_stream))
1336 inflateInit_((strm), ZLIB_VERSION, sizeof(z_stream))
1339 (strategy), ZLIB_VERSION, sizeof(z_stream))
1341 inflateInit2_((strm), (windowBits), ZLIB_VERSION, sizeof(z_stream))
1344 ZLIB_VERSION, sizeof(z_stream))
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h425 } z_stream; typedef in typeref:struct:z_stream_s
427 typedef z_stream FAR *z_streamp;
982 ZEXTERN int inflateIncomp OF((z_stream *strm));
1171 * and the compiler's view of z_stream:
1183 deflateInit_((strm), (level), ZLIB_VERSION, sizeof (z_stream))
1185 inflateInit_((strm), ZLIB_VERSION, sizeof (z_stream))
1188 (strategy), ZLIB_VERSION, sizeof (z_stream))
1190 inflateInit2_((strm), (windowBits), ZLIB_VERSION, sizeof (z_stream))
/illumos-gate/usr/src/boot/lib/libz/
H A Dzlib.h104 } z_stream; typedef in typeref:struct:z_stream_s
106 typedef z_stream FAR *z_streamp;
1631 * and the compiler's view of z_stream:
1648 deflateInit_((strm), (level), ZLIB_VERSION, (int)sizeof(z_stream))
1650 inflateInit_((strm), ZLIB_VERSION, (int)sizeof(z_stream))
1653 (strategy), ZLIB_VERSION, (int)sizeof(z_stream))
1656 (int)sizeof(z_stream))
1659 ZLIB_VERSION, (int)sizeof(z_stream))

Completed in 68 milliseconds