Home | History | Annotate | Download | only in src

Lines Matching defs:nBuf

461 	size_t  nBuf;
497 nBuf = BZ2_bzRead ( &bzerror, b, buf, bufsize);
499 if (total + nBuf > size) {
508 memcpy(&uncompress[total], buf, nBuf);
509 total += nBuf;