/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 | 28 int bz2err = BZ2_bzDecompressInit(&stream_, 0, 0); in SetInputData()
|
/external/freetype/src/bzip2/ |
D | ftbzip2.c | 182 if ( BZ2_bzDecompressInit( bzstream, 0, 0 ) != BZ_OK || in ft_bzip2_file_init() 237 BZ2_bzDecompressInit( bzstream, 0, 0 ); in ft_bzip2_file_reset()
|
/external/python/cpython3/Modules/ |
D | _bz2module.c | 21 #define BZ2_bzDecompressInit bzDecompressInit macro 670 bzerror = BZ2_bzDecompressInit(&self->bzs, 0, 0); in _bz2_BZ2Decompressor___init___impl()
|
/external/elfutils/libdwfl/ |
D | gzip.c | 56 # define inflateInit(z) BZ2_bzDecompressInit (z, 0, 0)
|
/external/python/cpython2/Modules/ |
D | bz2module.c | 57 #define BZ2_bzDecompressInit bzDecompressInit macro 2032 bzerror = BZ2_bzDecompressInit(&self->bzs, 0, 0); in BZ2Decomp_init() 2273 bzerror = BZ2_bzDecompressInit(bzs, 0, 0); in bz2_decompress()
|
/external/valgrind/memcheck/tests/ |
D | origin5-bz2.c | 247 BZ_EXTERN int BZ_API(BZ2_bzDecompressInit) ( 4858 int BZ_API(BZ2_bzDecompressInit) in BZ_API() argument 5480 ret = BZ2_bzDecompressInit ( &(bzf->strm), verbosity, small ); in BZ_API() 5670 ret = BZ2_bzDecompressInit ( &strm, verbosity, small ); in BZ_API()
|
D | varinfo6.c | 285 BZ_EXTERN int BZ_API(BZ2_bzDecompressInit) ( 4896 int BZ_API(BZ2_bzDecompressInit) in BZ_API() argument 5518 ret = BZ2_bzDecompressInit ( &(bzf->strm), verbosity, small ); in BZ_API() 5707 ret = BZ2_bzDecompressInit ( &strm, verbosity, small ); in BZ_API()
|
/external/valgrind/exp-sgcheck/tests/ |
D | hackedbz2.c | 254 BZ_EXTERN int BZ_API(BZ2_bzDecompressInit) ( 4867 int BZ_API(BZ2_bzDecompressInit) in BZ_API() argument 5489 ret = BZ2_bzDecompressInit ( &(bzf->strm), verbosity, small ); in BZ_API() 5678 ret = BZ2_bzDecompressInit ( &strm, verbosity, small ); in BZ_API()
|
/external/valgrind/perf/ |
D | bz2.c | 247 BZ_EXTERN int BZ_API(BZ2_bzDecompressInit) ( 4856 int BZ_API(BZ2_bzDecompressInit) in BZ_API() argument 5478 ret = BZ2_bzDecompressInit ( &(bzf->strm), verbosity, small ); in BZ_API() 5667 ret = BZ2_bzDecompressInit ( &strm, verbosity, small ); in BZ_API()
|
D | test_input_for_tinycc.c | 955 extern int BZ2_bzDecompressInit ( 3950 int BZ2_bzDecompressInit in BZ2_bzDecompressInit() function 4394 ret = BZ2_bzDecompressInit ( &strm, verbosity, small ); in BZ2_bzBuffToBuffDecompress()
|
/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 | 1320 code=BZ2_bzDecompressInit(&bzip_info,(int) image_info->verbose, in ReadMIFFImage()
|