Searched refs:BZ2_bzDecompressInit (Results 1 - 11 of 11) sorted by relevance

/external/bzip2/
H A Dbzlib.h116 BZ_EXTERN int BZ_API(BZ2_bzDecompressInit) (
H A Dbzlib.c492 int BZ_API(BZ2_bzDecompressInit) function
1130 ret = BZ2_bzDecompressInit ( &(bzf->strm), verbosity, small );
1319 ret = BZ2_bzDecompressInit ( &strm, verbosity, small );
/external/elfutils/0.153/libdwfl/
H A Dgzip.c77 # define inflateInit(z) BZ2_bzDecompressInit (z, 0, 0)
/external/valgrind/main/VEX/switchback/
H A Dtest_bzip2.c231 BZ_EXTERN int BZ_API(BZ2_bzDecompressInit) (
4843 int BZ_API(BZ2_bzDecompressInit) function
5465 ret = BZ2_bzDecompressInit ( &(bzf->strm), verbosity, small );
5654 ret = BZ2_bzDecompressInit ( &strm, verbosity, small );
/external/valgrind/main/exp-sgcheck/tests/
H A Dhackedbz2.c254 BZ_EXTERN int BZ_API(BZ2_bzDecompressInit) (
4867 int BZ_API(BZ2_bzDecompressInit) function
5489 ret = BZ2_bzDecompressInit ( &(bzf->strm), verbosity, small );
5678 ret = BZ2_bzDecompressInit ( &strm, verbosity, small );
/external/valgrind/main/memcheck/tests/
H A Dorigin5-bz2.c247 BZ_EXTERN int BZ_API(BZ2_bzDecompressInit) (
4858 int BZ_API(BZ2_bzDecompressInit) function
5480 ret = BZ2_bzDecompressInit ( &(bzf->strm), verbosity, small );
5670 ret = BZ2_bzDecompressInit ( &strm, verbosity, small );
H A Dvarinfo6.c285 BZ_EXTERN int BZ_API(BZ2_bzDecompressInit) (
4896 int BZ_API(BZ2_bzDecompressInit) function
5518 ret = BZ2_bzDecompressInit ( &(bzf->strm), verbosity, small );
5707 ret = BZ2_bzDecompressInit ( &strm, verbosity, small );
/external/valgrind/main/perf/
H A Dbz2.c247 BZ_EXTERN int BZ_API(BZ2_bzDecompressInit) (
4858 int BZ_API(BZ2_bzDecompressInit) function
5480 ret = BZ2_bzDecompressInit ( &(bzf->strm), verbosity, small );
5669 ret = BZ2_bzDecompressInit ( &strm, verbosity, small );
H A Dtest_input_for_tinycc.c955 extern int BZ2_bzDecompressInit (
3950 int BZ2_bzDecompressInit function
4394 ret = BZ2_bzDecompressInit ( &strm, verbosity, small );
/external/chromium_org/third_party/zlib/contrib/minizip/
H A Dunzip.c1564 err=BZ2_bzDecompressInit(&pfile_in_zip_read_info->bstream, 0, 0);
/external/zlib/src/contrib/minizip/
H A Dunzip.c1564 err=BZ2_bzDecompressInit(&pfile_in_zip_read_info->bstream, 0, 0);

Completed in 248 milliseconds