Searched refs:bz_stream (Results 1 – 17 of 17) 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/u-boot/include/ |
D | bzlib.h | 118 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/ |
D | ftbzip2.c | 102 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/ |
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/u-boot/lib/bzip2/ |
D | bzlib.c | 200 ( 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()
|
D | bzlib_private.h | 231 bz_stream* strm; 378 bz_stream* strm;
|
D | bzlib_decompress.c | 154 bz_stream* strm = s->strm; in BZ2_decompress()
|
/external/python/cpython3/Modules/ |
D | _bz2module.c | 35 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/ |
D | bz2_decompressor.h | 27 bz_stream stream_;
|
D | bz2_compressor.h | 36 bz_stream bz_strm_;
|
/external/elfutils/libdwfl/ |
D | gzip.c | 59 # define z_stream bz_stream
|
/external/ImageMagick/coders/ |
D | miff.c | 440 bz_stream in ReadMIFFImage() 2011 bz_stream in WriteMIFFImage()
|
/external/zlib/src/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 */
|