Home | History | Annotate | Download | only in bzip2

Lines Matching refs:BZ2_bzwrite

964 void BZ_API(BZ2_bzWrite)
1492 int BZ_API(BZ2_bzwrite) (BZFILE* b, void* buf, int len )
1496 BZ2_bzWrite(&bzerr,b,buf,len);