Searched refs:read_with_errors (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/usr.sbin/httpd/src/main/ |
| D | buff.c | 428 static int read_with_errors(BUFF *fb, void *buf, int nbyte) in read_with_errors() function 470 i = read_with_errors(fb, buf, nbyte); in ap_bread() 495 i = read_with_errors(fb, buf, nbyte); in ap_bread() 503 i = read_with_errors(fb, fb->inptr, fb->bufsiz); in ap_bread() 557 i = read_with_errors(fb, fb->inptr, fb->bufsiz); in ap_bgets() 621 i = read_with_errors(fb, fb->inptr, fb->bufsiz); in ap_blookc() 662 i = read_with_errors(fb, fb->inptr, fb->bufsiz); in ap_bskiplf()
|