Home
last modified time | relevance | path

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

/external/bzip2/
Dbzlib.h66 bz_stream; typedef
101 bz_stream* strm,
108 bz_stream* strm,
113 bz_stream* strm
117 bz_stream *strm,
123 bz_stream* strm
127 bz_stream *strm
Dbzlib.c149 ( bz_stream* strm, in BZ_API()
361 Bool handle_compress ( bz_stream* strm ) in handle_compress()
407 int BZ_API(BZ2_bzCompress) ( bz_stream *strm, int action ) in BZ_API()
468 int BZ_API(BZ2_bzCompressEnd) ( bz_stream *strm ) in BZ_API()
493 ( bz_stream* strm, in BZ_API()
808 int BZ_API(BZ2_bzDecompress) ( bz_stream *strm ) in BZ_API()
862 int BZ_API(BZ2_bzDecompressEnd) ( bz_stream *strm ) in BZ_API()
898 bz_stream strm;
1256 bz_stream strm; in BZ_API()
1307 bz_stream strm; in BZ_API()
Dbzlib_private.h199 bz_stream* strm;
350 bz_stream* strm;
Ddecompress.c111 bz_stream* strm = s->strm; in BZ2_decompress()
/external/u-boot/include/
Dbzlib.h118 bz_stream; typedef
148 bz_stream* strm,
155 bz_stream* strm,
160 bz_stream* strm
164 bz_stream *strm,
170 bz_stream* strm
174 bz_stream *strm
/external/freetype/src/bzip2/
Dftbzip2.c102 bz_stream bzstream; /* bzlib input stream */
146 bz_stream* bzstream = &zip->bzstream; in ft_bzip2_file_init()
190 bz_stream* bzstream = &zip->bzstream; in ft_bzip2_file_done()
219 bz_stream* bzstream = &zip->bzstream; in ft_bzip2_file_reset()
243 bz_stream* bzstream = &zip->bzstream; in ft_bzip2_file_fill_input()
284 bz_stream* bzstream = &zip->bzstream; in ft_bzip2_file_fill_output()
/external/python/cpython2/Modules/
Dbz2module.c112 bz_stream bzs;
121 bz_stream bzs;
1631 bz_stream *bzs = &self->bzs; in BZ2Comp_compress()
1719 bz_stream *bzs = &self->bzs; in BZ2Comp_flush()
1813 memset(&self->bzs, 0, sizeof(bz_stream)); in BZ2Comp_init()
1933 bz_stream *bzs = &self->bzs; in BZ2Decomp_decompress()
2045 memset(&self->bzs, 0, sizeof(bz_stream)); in BZ2Decomp_init()
2155 bz_stream _bzs; in bz2_compress()
2156 bz_stream *bzs = &_bzs; in bz2_compress()
2178 memset(bzs, 0, sizeof(bz_stream)); in bz2_compress()
[all …]
/external/u-boot/lib/bzip2/
Dbzlib.c200 ( bz_stream* strm, in BZ_API()
412 Bool handle_compress ( bz_stream* strm ) in handle_compress()
458 int BZ_API(BZ2_bzCompress) ( bz_stream *strm, int action ) in BZ_API()
519 int BZ_API(BZ2_bzCompressEnd) ( bz_stream *strm ) in BZ_API()
544 ( bz_stream* strm, in BZ_API()
836 int BZ_API(BZ2_bzDecompress) ( bz_stream *strm ) in BZ_API()
891 int BZ_API(BZ2_bzDecompressEnd) ( bz_stream *strm ) in BZ_API()
927 bz_stream strm;
1284 bz_stream strm; in BZ_API()
1335 bz_stream strm; in BZ_API()
Dbzlib_private.h231 bz_stream* strm;
378 bz_stream* strm;
Dbzlib_decompress.c154 bz_stream* strm = s->strm; in BZ2_decompress()
/external/python/cpython3/Modules/
D_bz2module.c35 bz_stream bzs;
42 bz_stream bzs;
411 bz_stream *bzs = &d->bzs; in decompress_buf()
472 bz_stream *bzs = &d->bzs; in decompress()
/external/bsdiff/
Dbz2_decompressor.h27 bz_stream stream_;
Dbz2_compressor.h36 bz_stream bz_strm_;
/external/elfutils/libdwfl/
Dgzip.c59 # define z_stream bz_stream
/external/ImageMagick/coders/
Dmiff.c440 bz_stream in ReadMIFFImage()
2011 bz_stream in WriteMIFFImage()
/external/zlib/src/contrib/minizip/
Dunzip.c140 bz_stream bstream; /* bzLib stream structure for bziped */
Dzip.c134 bz_stream bstream; /* bzLib stream structure for bziped */