Home | History | Annotate | Download | only in wps

Lines Matching defs:nread

404 	int nread;
416 nread = read(h->sd, readbuf, sizeof(readbuf));
417 if (nread < 0)
419 if (nread == 0) {
459 if (nread == 0)
465 nread--;
517 if (nread == 0)
524 if (h->body_alloc_nbytes < (h->body_nbytes + nread + 1)) {
610 if (nread <= 0)
622 nread--;
628 ncopy = nread;
631 if (ncopy > nread)
632 ncopy = nread;
637 nread -= ncopy;
650 if (nread <= 0)
653 nread--;