Home
last modified time | relevance | path

Searched refs:ap_proxy_bputs2 (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/usr.sbin/httpd/src/modules/proxy/
Dproxy_ftp.c326 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()
Dmod_proxy.h321 unsigned ap_proxy_bputs2(const char *data, BUFF *client, cache_req *cache);
Dproxy_util.c1342 unsigned ap_proxy_bputs2(const char *data, BUFF *client, cache_req *cache) in ap_proxy_bputs2() function