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

/httpd/modules/proxy/
H A Dproxy_util.c54 const char *proxy_auth; /* Proxy authorization */ member in struct:__anon307
2336 const char *proxy_auth; local
2349 proxy_auth = apr_table_get(r->headers_in, "Proxy-Authorization");
2350 if (proxy_auth != NULL &&
2351 proxy_auth[0] != '\0' &&
2354 forward->proxy_auth = apr_pstrdup(conn->pool, proxy_auth);
2576 if (forward->proxy_auth != NULL) {
2579 forward->proxy_auth);

Completed in 308 milliseconds