Searched refs:PROXYREQ_PROXY (Results 1 - 13 of 13) sorted by relevance

/httpd/modules/aaa/
H A Dmod_auth_basic.c233 (PROXYREQ_PROXY == r->proxyreq) ? "Proxy-Authenticate"
256 auth_line = apr_table_get(r->headers_in, (PROXYREQ_PROXY == r->proxyreq)
H A Dmod_auth_digest.c878 (PROXYREQ_PROXY == r->proxyreq)
1214 (PROXYREQ_PROXY == r->proxyreq)
1899 (PROXYREQ_PROXY == r->proxyreq)
H A Dmod_auth_form.c905 if (PROXYREQ_PROXY == r->proxyreq) {
/httpd/modules/lua/
H A Dlua_vmprep.c158 makeintegerfield(L, PROXYREQ_PROXY);
H A Dlua_request.c567 case PROXYREQ_PROXY: return "PROXYREQ_PROXY";
/httpd/include/
H A Dhttpd.h814 * possible values PROXYREQ_NONE, PROXYREQ_PROXY, PROXYREQ_REVERSE,
1066 #define PROXYREQ_PROXY 1 /**< Standard proxy */ macro
/httpd/modules/http/
H A Dhttp_request.c159 if (HTTP_UNAUTHORIZED == r->status && PROXYREQ_PROXY == r->proxyreq) {
/httpd/modules/proxy/
H A Dmod_proxy_http.c92 case PROXYREQ_PROXY:
H A Dmod_proxy.c527 r->proxyreq = PROXYREQ_PROXY;
537 r->proxyreq = PROXYREQ_PROXY;
H A Dproxy_util.c2030 else if (r->proxyreq == PROXYREQ_PROXY) {
/httpd/modules/ssl/
H A Dssl_engine_kernel.c174 if (r->proxyreq != PROXYREQ_PROXY && ap_is_initial_req(r)) {
/httpd/server/
H A Dprotocol.c1403 (PROXYREQ_PROXY == r->proxyreq)
/httpd/modules/mappers/
H A Dmod_rewrite.c4679 && ((r->proxyreq == PROXYREQ_PROXY)

Completed in 1941 milliseconds