Home | History | Annotate | Download | only in httpd

Lines Matching defs:rbytes

119 	ssize_t rbytes;
186 while ((rbytes = read(in, buf, sizeof buf)) > 0) {
189 while (rbytes) {
191 (size_t)rbytes);
193 rbytes -= wbytes;
383 ssize_t rbytes;
655 while ((rbytes = bozo_read(httpd, STDIN_FILENO, buf, sizeof buf)) > 0) {
658 while (rbytes) {
659 wbytes = write(sv[0], buf, (size_t)rbytes);
661 rbytes -= wbytes;