Searched refs:ap_proxy_bputs2 (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/usr.sbin/httpd/src/modules/proxy/ |
| D | proxy_ftp.c | 326 total_bytes_sent += ap_proxy_bputs2(buf, con->client, c); in send_dir() 330 total_bytes_sent += ap_proxy_bputs2("<a href=\"/%2f/\">%2f</a>/", con->client, c); in send_dir() 345 total_bytes_sent += ap_proxy_bputs2(buf, con->client, c); in send_dir() 360 total_bytes_sent += ap_proxy_bputs2(buf, con->client, c); in send_dir() 445 total_bytes_sent += ap_proxy_bputs2(buf, con->client, c); in send_dir() 450 total_bytes_sent += ap_proxy_bputs2("</pre><hr />\n", con->client, c); in send_dir() 451 total_bytes_sent += ap_proxy_bputs2(ap_psignature("", r), con->client, c); in send_dir() 452 total_bytes_sent += ap_proxy_bputs2("</body></html>\n", con->client, c); in send_dir()
|
| D | mod_proxy.h | 321 unsigned ap_proxy_bputs2(const char *data, BUFF *client, cache_req *cache);
|
| D | proxy_util.c | 1342 unsigned ap_proxy_bputs2(const char *data, BUFF *client, cache_req *cache) in ap_proxy_bputs2() function
|