Searched defs:wa (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/proxy/
H A Dmod_proxy_ajp.c454 const char *wa = "WWW-Authenticate"; local
455 if ((buf = apr_table_get(r->headers_out, wa))) {
456 apr_table_set(r->err_headers_out, wa, buf);
H A Dmod_proxy_http.c1663 const char *wa = "WWW-Authenticate"; local
1664 if ((buf = apr_table_get(r->headers_out, wa))) {
1665 apr_table_set(r->err_headers_out, wa, buf);

Completed in 18 milliseconds