Home
last modified time | relevance | path

Searched refs:bz_stream (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/common/bzip2/
H A Dbzlib.h69 bz_stream; typedef
106 bz_stream* strm,
117 bz_stream* strm
121 bz_stream* strm,
126 bz_stream* strm
130 bz_stream *strm,
136 bz_stream* strm
140 bz_stream* strm
144 bz_stream *strm
H A DSolaris.README.txt178 + * added to allow reuse of bz_stream without malloc/free
180 +int BZ_API(BZ2_bzCompressReset) ( bz_stream *strm )
210 +int BZ_API(BZ2_bzDecompressReset) ( bz_stream* strm )
343 bz_stream* strm,
354 + bz_stream* strm
358 bz_stream* strm,
365 + bz_stream* strm
369 bz_stream* strm
372 bz_stream *strm
H A Dbzlib.c232 ( bz_stream* strm, in BZ_API()
322 int BZ_API(BZ2_bzCompressReset) ( bz_stream *strm ) in BZ_API()
500 Bool handle_compress ( bz_stream* strm ) in handle_compress()
546 int BZ_API(BZ2_bzCompress) ( bz_stream *strm, int action ) in BZ_API()
607 int BZ_API(BZ2_bzCompressEnd) ( bz_stream *strm ) in BZ_API()
633 ( bz_stream* strm, in BZ_API()
674 int BZ_API(BZ2_bzDecompressReset) ( bz_stream* strm ) in BZ_API()
989 int BZ_API(BZ2_bzDecompress) ( bz_stream *strm ) in BZ_API()
1045 int BZ_API(BZ2_bzDecompressEnd) ( bz_stream *strm ) in BZ_API()
1082 bz_stream strm;
[all …]
H A Dbzlib_private.h204 bz_stream* strm;
355 bz_stream* strm;
H A Ddecompress.c112 bz_stream* strm = s->strm; in BZ2_decompress()
/illumos-gate/usr/src/uts/common/os/
H A Ddumpsubr.c387 bz_stream bzstream; /* bzip2 state */
1960 bz_stream *ps = &hp->bzstream; in dumpsys_bzrun()
/illumos-gate/usr/src/cmd/savecore/
H A Dsavecore.c724 bz_stream strm;