/external/bzip2/ |
bzlib.h | 66 bz_stream; typedef in typeref:struct:__anon13487 101 bz_stream* strm, 108 bz_stream* strm, 113 bz_stream* strm 117 bz_stream *strm, 123 bz_stream* strm 127 bz_stream *strm
|
bzlib_private.h | 198 /* pointer back to the struct bz_stream */ 199 bz_stream* strm; 349 /* pointer back to the struct bz_stream */ 350 bz_stream* strm;
|
bzlib.c | 149 ( bz_stream* strm, 361 Bool handle_compress ( bz_stream* strm ) 407 int BZ_API(BZ2_bzCompress) ( bz_stream *strm, int action ) 468 int BZ_API(BZ2_bzCompressEnd) ( bz_stream *strm ) 493 ( bz_stream* strm, 808 int BZ_API(BZ2_bzDecompress) ( bz_stream *strm ) 862 int BZ_API(BZ2_bzDecompressEnd) ( bz_stream *strm ) 898 bz_stream strm; [all...] |
manual.xml | [all...] |
manual.html | [all...] |
decompress.c | 111 bz_stream* strm = s->strm;
|
/system/update_engine/payload_consumer/ |
bzip_extent_writer.h | 51 bz_stream stream_; // the libbz2 stream
|
/external/bsdiff/ |
bspatch.cc | 83 bool ReadBZ2(bz_stream* stream, uint8_t* data, size_t size) { 98 bz_stream* stream, 319 bz_stream cstream; 330 bz_stream dstream; 341 bz_stream estream;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
bz2module.c | 127 bz_stream bzs;
136 bz_stream bzs;
[all...] |
/external/python/cpython2/Modules/ |
bz2module.c | 112 bz_stream bzs; 121 bz_stream bzs; [all...] |
/external/elfutils/libdwfl/ |
gzip.c | 55 # define z_stream bz_stream
|
/external/valgrind/exp-sgcheck/tests/ |
hackedbz2.c | 204 bz_stream; typedef in typeref:struct:__anon37625 239 bz_stream* strm, 246 bz_stream* strm, 251 bz_stream* strm 255 bz_stream *strm, 261 bz_stream* strm 265 bz_stream *strm 587 /* pointer back to the struct bz_stream */ 588 bz_stream* strm; 738 /* pointer back to the struct bz_stream */ [all...] |
/external/valgrind/memcheck/tests/ |
origin5-bz2.c | 197 bz_stream; typedef in typeref:struct:__anon37923 232 bz_stream* strm, 239 bz_stream* strm, 244 bz_stream* strm 248 bz_stream *strm, 254 bz_stream* strm 258 bz_stream *strm 580 /* pointer back to the struct bz_stream */ 581 bz_stream* strm; 731 /* pointer back to the struct bz_stream */ [all...] |
varinfo6.c | 235 bz_stream; typedef in typeref:struct:__anon37939 270 bz_stream* strm, 277 bz_stream* strm, 282 bz_stream* strm 286 bz_stream *strm, 292 bz_stream* strm 296 bz_stream *strm 618 /* pointer back to the struct bz_stream */ 619 bz_stream* strm; 769 /* pointer back to the struct bz_stream */ [all...] |
/external/valgrind/perf/ |
bz2.c | 197 bz_stream; typedef in typeref:struct:__anon38131 232 bz_stream* strm, 239 bz_stream* strm, 244 bz_stream* strm 248 bz_stream *strm, 254 bz_stream* strm 258 bz_stream *strm 580 /* pointer back to the struct bz_stream */ 581 bz_stream* strm; 731 /* pointer back to the struct bz_stream */ [all...] |
test_input_for_tinycc.c | 937 bz_stream; typedef in typeref:struct:__anon38144 940 bz_stream* strm, 947 bz_stream* strm, 952 bz_stream* strm 956 bz_stream *strm, 962 bz_stream* strm 966 bz_stream *strm 1009 bz_stream* strm; 1100 bz_stream* strm; 1433 bz_stream* strm = s->strm [all...] |
/external/ImageMagick/coders/ |
miff.c | 402 bz_stream [all...] |
/external/zlib/src/contrib/minizip/ |
unzip.c | 140 bz_stream bstream; /* bzLib stream structure for bziped */ [all...] |
zip.c | 134 bz_stream bstream; /* bzLib stream structure for bziped */ [all...] |