Home
last modified time | relevance | path

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

/freebsd/usr.bin/bsdiff/bspatch/
H A Dbspatch.c286 BZ2_bzReadClose(&cbz2err, cpfbz2); in main()
287 BZ2_bzReadClose(&dbz2err, dpfbz2); in main()
288 BZ2_bzReadClose(&ebz2err, epfbz2); in main()
/freebsd/contrib/bzip2/
H A Dlibbz2.def11 BZ2_bzReadClose
H A Dbzlib.h148 BZ_EXTERN void BZ_API(BZ2_bzReadClose) (
H A 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()
H A Dbzlib.c1148 void BZ_API(BZ2_bzReadClose) ( int *bzerror, BZFILE *b ) in BZ_API() argument
1532 BZ2_bzReadClose(&bzerr,b); in BZ_API()