Home | History | Annotate | Download | only in bzip2

Lines Matching defs:ibuf

332    UChar   ibuf[5000];
353 nIbuf = fread ( ibuf, sizeof(UChar), 5000, stream );
355 if (nIbuf > 0) BZ2_bzWrite ( &bzerr, bzf, (void*)ibuf, nIbuf );