Home | History | Annotate | Download | only in wps

Lines Matching defs:nread

377 	int nread;
389 nread = read(h->sd, readbuf, sizeof(readbuf));
390 if (nread < 0)
392 if (nread == 0) {
432 if (nread == 0)
438 nread--;
490 if (nread == 0)
497 if (h->body_alloc_nbytes < (h->body_nbytes + nread + 1)) {
583 if (nread <= 0)
595 nread--;
601 ncopy = nread;
604 if (ncopy > nread)
605 ncopy = nread;
610 nread -= ncopy;
622 if (nread <= 0)
625 nread--;