Searched refs:bz_stream (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/compat/
H A Dbzlib.h99 bz_stream; typedef in typeref:struct:__anon13085
130 bz_stream* strm,
137 bz_stream* strm,
142 bz_stream* strm
146 bz_stream *strm,
152 bz_stream* strm
156 bz_stream *strm
/macosx-10.10.1/bzip2-36/bzip2/
H A Dbzlib.h66 bz_stream; typedef in typeref:struct:__anon6751
101 bz_stream* strm,
108 bz_stream* strm,
113 bz_stream* strm
117 bz_stream *strm,
123 bz_stream* strm
127 bz_stream *strm
H A Dbzlib.c157 ( bz_stream* strm,
369 Bool handle_compress ( bz_stream* strm )
415 int BZ_API(BZ2_bzCompress) ( bz_stream *strm, int action )
476 int BZ_API(BZ2_bzCompressEnd) ( bz_stream *strm )
501 ( bz_stream* strm,
809 int BZ_API(BZ2_bzDecompress) ( bz_stream *strm )
892 int BZ_API(BZ2_bzDecompressEnd) ( bz_stream *strm )
928 bz_stream strm;
1286 bz_stream strm;
1337 bz_stream str
[all...]
H A Dbzlib_private.h198 /* pointer back to the struct bz_stream */
199 bz_stream* strm;
349 /* pointer back to the struct bz_stream */
350 bz_stream* strm;
H A Ddecompress.c111 bz_stream* strm = s->strm;
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/generic/
H A DtransformInt.h476 int (BZEXPORT * bcompress) _ANSI_ARGS_ ((bz_stream* strm,
478 int (BZEXPORT * bcompressEnd) _ANSI_ARGS_ ((bz_stream* strm));
479 int (BZEXPORT * bcompressInit) _ANSI_ARGS_ ((bz_stream* strm,
483 int (BZEXPORT * bdecompress) _ANSI_ARGS_ ((bz_stream* strm));
484 int (BZEXPORT * bdecompressEnd) _ANSI_ARGS_ ((bz_stream* strm));
485 int (BZEXPORT * bdecompressInit) _ANSI_ARGS_ ((bz_stream* strm,
H A Dbz2.c79 bz_stream* state,
123 bz_stream state; /* compressor state */
136 bz_stream state; /* decompressor state */
876 bz_stream* state;
/macosx-10.10.1/file_cmds-242/gzip/
H A Dunbzip2.c41 bz_stream bzs;
/macosx-10.10.1/libarchive-30/libarchive/libarchive/
H A Darchive_read_support_compression_bzip2.c53 bz_stream stream;
H A Darchive_write_set_compression_bzip2.c60 bz_stream stream;
H A Darchive_read_support_format_xar.c327 bz_stream bzstream;
/macosx-10.10.1/xar-254/xar/lib/
H A Dbzxar.c59 bz_stream bz;
/macosx-10.10.1/zlib-55/zlib/contrib/minizip/
H A Dunzip.c140 bz_stream bstream; /* bzLib stream structure for bziped */
H A Dzip.c134 bz_stream bstream; /* bzLib stream structure for bziped */

Completed in 197 milliseconds