Home | History | Annotate | Download | only in bzip2

Lines Matching defs:BZ2_bzread

1161 int BZ_API(BZ2_bzRead) 
1478 int BZ_API(BZ2_bzread) (BZFILE* b, void* buf, int len )
1482 nread = BZ2_bzRead(&bzerr,b,buf,len);