Searched refs:bz_stream (Results 1 – 18 of 18) sorted by relevance
/external/bzip2/ |
D | bzlib.h | 66 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
|
D | bzlib.c | 149 ( 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()
|
D | bzlib_private.h | 199 bz_stream* strm; 350 bz_stream* strm;
|
D | decompress.c | 111 bz_stream* strm = s->strm; in BZ2_decompress()
|
/external/freetype/src/bzip2/ |
D | ftbzip2.c | 102 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/ |
D | bz2module.c | 112 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/ |
D | bz2_decompressor.h | 27 bz_stream stream_;
|
D | bz2_compressor.h | 36 bz_stream bz_strm_;
|
/external/python/cpython3/Modules/ |
D | _bz2module.c | 99 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/ |
D | gzip.c | 63 # define z_stream bz_stream
|
/external/oss-fuzz/projects/gnupg/ |
D | fuzzgnupg.diff | 82 @@ -155,8 +155,15 @@ do_uncompress( compress_filter_context_t *zfx, bz_stream *bzs,
|
/external/ImageMagick/coders/ |
D | miff.c | 433 bz_stream in ReadMIFFImage() 1996 bz_stream in WriteMIFFImage()
|
/external/tflite-support/third_party/zlib/contrib/minizip/ |
D | unzip.c | 136 bz_stream bstream; /* bzLib stream structure for bziped */
|
D | zip.c | 134 bz_stream bstream; /* bzLib stream structure for bziped */
|
/external/zlib/contrib/minizip/ |
D | unzip.c | 136 bz_stream bstream; /* bzLib stream structure for bziped */
|
D | zip.c | 134 bz_stream bstream; /* bzLib stream structure for bziped */
|
/external/rust/crates/libz-sys/src/zlib/contrib/minizip/ |
D | unzip.c | 140 bz_stream bstream; /* bzLib stream structure for bziped */
|
D | zip.c | 134 bz_stream bstream; /* bzLib stream structure for bziped */
|