Home
last modified time | relevance | path

Searched refs:bz_stream (Results 1 – 18 of 18) 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/freetype/src/bzip2/
Dftbzip2.c102 bz_stream bzstream; /* bzlib input stream */
147 bz_stream* bzstream = &zip->bzstream; in ft_bzip2_file_init()
192 bz_stream* bzstream = &zip->bzstream; in ft_bzip2_file_done()
221 bz_stream* bzstream = &zip->bzstream; in ft_bzip2_file_reset()
246 bz_stream* bzstream = &zip->bzstream; in ft_bzip2_file_fill_input()
287 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/bsdiff/
Dbz2_decompressor.h27 bz_stream stream_;
Dbz2_compressor.h36 bz_stream bz_strm_;
/external/python/cpython3/Modules/
D_bz2module.c99 bz_stream bzs;
106 bz_stream bzs;
443 bz_stream *bzs = &d->bzs; in decompress_buf()
497 bz_stream *bzs = &d->bzs; in decompress()
/external/elfutils/libdwfl/
Dgzip.c63 # define z_stream bz_stream
/external/oss-fuzz/projects/gnupg/
Dfuzzgnupg.diff82 @@ -155,8 +155,15 @@ do_uncompress( compress_filter_context_t *zfx, bz_stream *bzs,
/external/ImageMagick/coders/
Dmiff.c433 bz_stream in ReadMIFFImage()
1996 bz_stream in WriteMIFFImage()
/external/tflite-support/third_party/zlib/contrib/minizip/
Dunzip.c136 bz_stream bstream; /* bzLib stream structure for bziped */
Dzip.c134 bz_stream bstream; /* bzLib stream structure for bziped */
/external/zlib/contrib/minizip/
Dunzip.c136 bz_stream bstream; /* bzLib stream structure for bziped */
Dzip.c134 bz_stream bstream; /* bzLib stream structure for bziped */
/external/rust/crates/libz-sys/src/zlib/contrib/minizip/
Dunzip.c140 bz_stream bstream; /* bzLib stream structure for bziped */
Dzip.c134 bz_stream bstream; /* bzLib stream structure for bziped */