Home
last modified time | relevance | path

Searched refs:BZ2_bzReadClose (Results 1 – 8 of 8) sorted by relevance

/external/bzip2/
Dlibbz2.def11 BZ2_bzReadClose
Dbzlib.h148 BZ_EXTERN void BZ_API(BZ2_bzReadClose) (
Dbzip2.c476 BZ2_bzReadClose ( &bzerr, bzf ); in uncompressStream()
518 BZ2_bzReadClose ( &bzerr_dummy, bzf ); in uncompressStream()
591 BZ2_bzReadClose ( &bzerr, bzf ); in testStream()
605 BZ2_bzReadClose ( &bzerr_dummy, bzf ); in testStream()
Dbzlib.c1143 void BZ_API(BZ2_bzReadClose) ( int *bzerror, BZFILE *b ) in BZ_API() argument
1527 BZ2_bzReadClose(&bzerr,b); in BZ_API()
/external/u-boot/include/
Dbzlib.h197 BZ_EXTERN void BZ_API(BZ2_bzReadClose) (
/external/python/cpython2/Modules/
Dbz2module.c49 #define BZ2_bzReadClose bzReadClose macro
1092 BZ2_bzReadClose(&bzerror, self->fp); in BZ2File_seek()
1203 BZ2_bzReadClose(&bzerror, self->fp); in BZ2File_close()
1365 BZ2_bzReadClose(&bzerror, self->fp); in BZ2File_clear()
/external/u-boot/lib/bzip2/
Dbzlib.c1171 void BZ_API(BZ2_bzReadClose) ( int *bzerror, BZFILE *b ) in BZ_API() argument
1552 BZ2_bzReadClose(&bzerr,b); in BZ_API()
/external/selinux/libsemanage/src/
Ddirect_api.c575 BZ2_bzReadClose ( &bzerror, b ); in bunzip()