Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/bzip2/dist/
Dlibbz2.def11 BZ2_bzReadClose
Dbzlib.h150 BZ_EXTERN void BZ_API(BZ2_bzReadClose) (
Dbzip2.c479 BZ2_bzReadClose ( &bzerr, bzf ); in uncompressStream()
521 BZ2_bzReadClose ( &bzerr_dummy, bzf ); in uncompressStream()
594 BZ2_bzReadClose ( &bzerr, bzf ); in testStream()
608 BZ2_bzReadClose ( &bzerr_dummy, bzf ); in testStream()
Dbzlib.c1145 void BZ_API(BZ2_bzReadClose) ( int *bzerror, BZFILE *b ) in BZ_API() argument
1529 BZ2_bzReadClose(&bzerr,b); in BZ_API()
/netbsd/src/lib/libbz2/
Dbz2.expsym12 BZ2_bzReadClose
/netbsd/src/usr.bin/grep/
Dfile.c108 BZ2_bzReadClose(&bzerr, bzbufdesc); in grep_refill()