Searched refs:BZ2_bzDecompressInit (Results 1 – 12 of 12) sorted by relevance
/external/bzip2/ |
D | libbz2.def | 7 BZ2_bzDecompressInit
|
D | bzlib.h | 116 BZ_EXTERN int BZ_API(BZ2_bzDecompressInit) (
|
D | bzlib.c | 492 int BZ_API(BZ2_bzDecompressInit) in BZ_API() argument 1130 ret = BZ2_bzDecompressInit ( &(bzf->strm), verbosity, small ); in BZ_API() 1319 ret = BZ2_bzDecompressInit ( &strm, verbosity, small ); in BZ_API()
|
/external/bsdiff/ |
D | bz2_decompressor.cc | 34 int bz2err = BZ2_bzDecompressInit(&stream_, 0, 0); in SetInputData()
|
/external/freetype/src/bzip2/ |
D | ftbzip2.c | 178 if ( BZ2_bzDecompressInit( bzstream, 0, 0 ) != BZ_OK || in ft_bzip2_file_init() 233 BZ2_bzDecompressInit( bzstream, 0, 0 ); in ft_bzip2_file_reset()
|
/external/u-boot/include/ |
D | bzlib.h | 163 BZ_EXTERN int BZ_API(BZ2_bzDecompressInit) (
|
/external/python/cpython3/Modules/ |
D | _bz2module.c | 19 #define BZ2_bzDecompressInit bzDecompressInit macro 655 bzerror = BZ2_bzDecompressInit(&self->bzs, 0, 0); in _bz2_BZ2Decompressor___init___impl()
|
/external/elfutils/libdwfl/ |
D | gzip.c | 60 # define inflateInit(z) BZ2_bzDecompressInit (z, 0, 0)
|
/external/u-boot/lib/bzip2/ |
D | bzlib.c | 543 int BZ_API(BZ2_bzDecompressInit) in BZ_API() argument 1158 ret = BZ2_bzDecompressInit ( &(bzf->strm), verbosity, small ); in BZ_API() 1344 ret = BZ2_bzDecompressInit ( &strm, verbosity, small ); in BZ_API()
|
/external/python/cpython2/Modules/ |
D | bz2module.c | 57 #define BZ2_bzDecompressInit bzDecompressInit macro 2046 bzerror = BZ2_bzDecompressInit(&self->bzs, 0, 0); in BZ2Decomp_init() 2287 bzerror = BZ2_bzDecompressInit(bzs, 0, 0); in bz2_decompress()
|
/external/zlib/src/contrib/minizip/ |
D | unzip.c | 1564 err=BZ2_bzDecompressInit(&pfile_in_zip_read_info->bstream, 0, 0); in unzOpenCurrentFile3()
|
/external/ImageMagick/coders/ |
D | miff.c | 1391 code=BZ2_bzDecompressInit(&bzip_info,(int) image_info->verbose, in ReadMIFFImage()
|