Home
last modified time | relevance | path

Searched refs:BZ2_bzDecompress (Results 1 – 22 of 22) sorted by relevance

/external/bzip2/
Dlibbz2.def8 BZ2_bzDecompress
Dbzlib.h122 BZ_EXTERN int BZ_API(BZ2_bzDecompress) (
Dbzlib.c808 int BZ_API(BZ2_bzDecompress) ( bz_stream *strm ) in BZ_API() argument
1199 ret = BZ2_bzDecompress ( &(bzf->strm) ); in BZ_API()
1327 ret = BZ2_bzDecompress ( &strm ); in BZ_API()
/external/bsdiff/
Dbz2_decompressor.cc43 int bz2err = BZ2_bzDecompress(&stream_); in Read()
/external/valgrind/memcheck/tests/
Dvarinfo6.stderr.exp16 by 0x........: BZ2_bzDecompress (varinfo6.c:5230)
Dvarinfo6.stderr.exp-ppc6416 by 0x........: BZ2_bzDecompress (varinfo6.c:5230)
Dorigin5-bz2.stderr.exp-glibc25-amd64-b128 by 0x........: BZ2_bzDecompress (origin5-bz2.c:5192)
Dorigin5-bz2.stderr.exp-glibc218-mips32128 by 0x........: BZ2_bzDecompress (origin5-bz2.c:5192)
Dorigin5-bz2.c253 BZ_EXTERN int BZ_API(BZ2_bzDecompress) (
5158 int BZ_API(BZ2_bzDecompress) ( bz_stream *strm ) in BZ_API() argument
5549 ret = BZ2_bzDecompress ( &(bzf->strm) ); in BZ_API()
5678 ret = BZ2_bzDecompress ( &strm ); in BZ_API()
Dvarinfo6.c291 BZ_EXTERN int BZ_API(BZ2_bzDecompress) (
5196 int BZ_API(BZ2_bzDecompress) ( bz_stream *strm ) in BZ_API() argument
5587 ret = BZ2_bzDecompress ( &(bzf->strm) ); in BZ_API()
5715 ret = BZ2_bzDecompress ( &strm ); in BZ_API()
/external/python/cpython3/Modules/
D_bz2module.c20 #define BZ2_bzDecompress bzDecompress macro
452 bzret = BZ2_bzDecompress(bzs); in decompress_buf()
/external/elfutils/libdwfl/
Dgzip.c57 # define do_inflate(z) BZ2_bzDecompress (z)
/external/freetype/src/bzip2/
Dftbzip2.c308 err = BZ2_bzDecompress( bzstream ); in ft_bzip2_file_fill_output()
/external/python/cpython2/Modules/
Dbz2module.c56 #define BZ2_bzDecompress bzDecompress macro
1948 bzerror = BZ2_bzDecompress(bzs); in BZ2Decomp_decompress()
2286 bzerror = BZ2_bzDecompress(bzs); in bz2_decompress()
/external/valgrind/exp-sgcheck/tests/
Dhackedbz2.c260 BZ_EXTERN int BZ_API(BZ2_bzDecompress) (
5167 int BZ_API(BZ2_bzDecompress) ( bz_stream *strm ) in BZ_API() argument
5558 ret = BZ2_bzDecompress ( &(bzf->strm) ); in BZ_API()
5686 ret = BZ2_bzDecompress ( &strm ); in BZ_API()
/external/valgrind/perf/
Dbz2.c253 BZ_EXTERN int BZ_API(BZ2_bzDecompress) (
5156 int BZ_API(BZ2_bzDecompress) ( bz_stream *strm ) in BZ_API() argument
5547 ret = BZ2_bzDecompress ( &(bzf->strm) ); in BZ_API()
5675 ret = BZ2_bzDecompress ( &strm ); in BZ_API()
Dtest_input_for_tinycc.c961 extern int BZ2_bzDecompress (
4250 int BZ2_bzDecompress ( bz_stream *strm ) in BZ2_bzDecompress() function
4402 ret = BZ2_bzDecompress ( &strm ); in BZ2_bzBuffToBuffDecompress()
/external/freetype/builds/unix/
Dconfigure.raw401 [BZ2_bzDecompress],
/external/zlib/src/contrib/minizip/
Dunzip.c1814 err=BZ2_bzDecompress(&pfile_in_zip_read_info->bstream); in unzReadCurrentFile()
/external/ImageMagick/coders/
Dmiff.c1406 code=BZ2_bzDecompress(&bzip_info); in ReadMIFFImage()
/external/ImageMagick/
Dconfigure.ac1561 AC_CHECK_LIB(bz2,BZ2_bzDecompress,found_libbz=`expr $found_libbz + 1`,,)
Dconfigure29479 char BZ2_bzDecompress ();
29483 return BZ2_bzDecompress ();