Home
last modified time | relevance | path

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

/freebsd/usr.bin/bsdiff/bspatch/
H A Dbspatch.c239 lenread = BZ2_bzRead(&cbz2err, cpfbz2, buf, 8); in main()
256 lenread = BZ2_bzRead(&dbz2err, dpfbz2, new + newpos, ctrl[0]); in main()
275 lenread = BZ2_bzRead(&ebz2err, epfbz2, new + newpos, ctrl[1]); in main()
/freebsd/contrib/bzip2/
H A Dlibbz2.def13 BZ2_bzRead
H A Dbzlib.h160 BZ_EXTERN int BZ_API(BZ2_bzRead) (
H A Dbzip2.c462 nread = BZ2_bzRead ( &bzerr, bzf, obuf, 5000 ); in uncompressStream()
580 BZ2_bzRead ( &bzerr, bzf, obuf, 5000 ); in testStream()
H A Dbzlib.c1166 int BZ_API(BZ2_bzRead) in BZ_API() argument
1487 nread = BZ2_bzRead(&bzerr,b,buf,len); in BZ_API()