Searched refs:BZ2_bzDecompressInit (Results 1 – 11 of 11) 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/elfutils/libdwfl/ |
D | gzip.c | 56 # define inflateInit(z) BZ2_bzDecompressInit (z, 0, 0)
|
/external/valgrind/VEX/switchback/ |
D | test_bzip2.c | 231 BZ_EXTERN int BZ_API(BZ2_bzDecompressInit) ( 4841 int BZ_API(BZ2_bzDecompressInit) in BZ_API() argument 5463 ret = BZ2_bzDecompressInit ( &(bzf->strm), verbosity, small ); in BZ_API() 5652 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/valgrind/memcheck/tests/ |
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()
|
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()
|
/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/zlib/src/contrib/minizip/ |
D | unzip.c | 1564 err=BZ2_bzDecompressInit(&pfile_in_zip_read_info->bstream, 0, 0); in unzOpenCurrentFile3()
|