Searched refs:BZ2_bzCompressInit (Results 1 – 11 of 11) sorted by relevance
/external/bzip2/ |
D | libbz2.def | 4 BZ2_bzCompressInit
|
D | bzlib.h | 100 BZ_EXTERN int BZ_API(BZ2_bzCompressInit) (
|
D | bzlib.c | 148 int BZ_API(BZ2_bzCompressInit) in BZ_API() argument 951 ret = BZ2_bzCompressInit ( &(bzf->strm), blockSize100k, in BZ_API() 1270 ret = BZ2_bzCompressInit ( &strm, blockSize100k, in BZ_API()
|
/external/python/cpython2/Modules/ |
D | bz2module.c | 54 #define BZ2_bzCompressInit bzCompressInit macro 1800 bzerror = BZ2_bzCompressInit(&self->bzs, compresslevel, 0, 0); in BZ2Comp_init() 2173 bzerror = BZ2_bzCompressInit(bzs, compresslevel, 0, 0); in bz2_compress()
|
/external/valgrind/memcheck/tests/ |
D | varinfo6.c | 269 BZ_EXTERN int BZ_API(BZ2_bzCompressInit) ( 4552 int BZ_API(BZ2_bzCompressInit) in BZ_API() argument 5339 ret = BZ2_bzCompressInit ( &(bzf->strm), blockSize100k, in BZ_API() 5658 ret = BZ2_bzCompressInit ( &strm, blockSize100k, in BZ_API()
|
D | origin5-bz2.c | 231 BZ_EXTERN int BZ_API(BZ2_bzCompressInit) ( 4514 int BZ_API(BZ2_bzCompressInit) in BZ_API() argument 5301 ret = BZ2_bzCompressInit ( &(bzf->strm), blockSize100k, in BZ_API() 5621 ret = BZ2_bzCompressInit ( &strm, blockSize100k, in BZ_API()
|
/external/valgrind/perf/ |
D | bz2.c | 231 BZ_EXTERN int BZ_API(BZ2_bzCompressInit) ( 4512 int BZ_API(BZ2_bzCompressInit) in BZ_API() argument 5299 ret = BZ2_bzCompressInit ( &(bzf->strm), blockSize100k, in BZ_API() 5618 ret = BZ2_bzCompressInit ( &strm, blockSize100k, in BZ_API()
|
D | test_input_for_tinycc.c | 939 extern int BZ2_bzCompressInit ( 3636 int BZ2_bzCompressInit in BZ2_bzCompressInit() function 4345 ret = BZ2_bzCompressInit ( &strm, blockSize100k, in BZ2_bzBuffToBuffCompress()
|
/external/valgrind/exp-sgcheck/tests/ |
D | hackedbz2.c | 238 BZ_EXTERN int BZ_API(BZ2_bzCompressInit) ( 4523 int BZ_API(BZ2_bzCompressInit) in BZ_API() argument 5310 ret = BZ2_bzCompressInit ( &(bzf->strm), blockSize100k, in BZ_API() 5629 ret = BZ2_bzCompressInit ( &strm, blockSize100k, in BZ_API()
|
/external/zlib/src/contrib/minizip/ |
D | zip.c | 1234 err = BZ2_bzCompressInit(&zi->ci.bstream, level, 0,35); in zipOpenNewFileInZip4_64()
|
/external/ImageMagick/coders/ |
D | miff.c | 2418 code=BZ2_bzCompressInit(&bzip_info,(int) (image->quality == in WriteMIFFImage()
|