Searched refs:ap_bwrite (Results 1 – 7 of 7) sorted by relevance
| /mirbsd/src/usr.sbin/httpd/src/main/ |
| D | buff.c | 678 return ap_bwrite(fb, ss, 1); in ap_bflsbuf() 900 API_EXPORT(int) ap_bwrite(BUFF *fb, const void *buf, int nbyte) in ap_bwrite() function 1126 i = ap_bwrite(fb, x, j); in ap_bputs() 1148 i = ap_bwrite(fb, x, j); in ap_bvputs()
|
| D | http_protocol.c | 2310 w = ap_bwrite(r->connection->client, &buf[o], n); in ap_send_fd_length() 2404 w = ap_bwrite(r->connection->client, &buf[o], n); in ap_send_fb_length() 2465 w = ap_bwrite(r->connection->client, (char *) mm + offset, n); in ap_send_mmap() 2535 n = ap_bwrite(r->connection->client, buf, nbyte); in ap_rwrite() 2612 i = ap_bwrite(fb, x, j); in ap_rvputs()
|
| /mirbsd/src/usr.sbin/httpd/src/include/ |
| D | buff.h | 150 API_EXPORT(int) ap_bwrite(BUFF *fb, const void *buf, int nbyte);
|
| D | ap_compat.h | 67 #define bwrite ap_bwrite
|
| /mirbsd/src/usr.sbin/httpd/src/modules/standard/ |
| D | mod_cgi.c | 436 if (ap_bwrite(script_out, argsbuffer, len_read) < len_read) { in cgi_handler()
|
| /mirbsd/src/usr.sbin/httpd/src/modules/proxy/ |
| D | proxy_util.c | 636 if (ap_bwrite(c->fp, &buf[0], n) != n) { in ap_proxy_send_fb() 651 w = ap_bwrite(con->client, &buf[o], n); in ap_proxy_send_fb()
|
| D | proxy_http.c | 506 ap_bwrite(f, buffer, i); in ap_proxy_http_handler()
|