Searched refs:proxyreq (Results 1 – 12 of 12) sorted by relevance
161 r->proxyreq = STD_PROXY; in proxy_detect()171 r->proxyreq = STD_PROXY; in proxy_detect()187 if (r->proxyreq != NOT_PROXY) { in proxy_trans()208 r->proxyreq = PROXY_PASS; in proxy_trans()226 if (r->proxyreq == NOT_PROXY || strncmp(r->filename, "proxy:", 6) != 0) in proxy_fixup()300 if (r->proxyreq == NOT_PROXY || r->method_number != M_GET || !r->parsed_uri.hostname) in proxy_needsdomain()344 if (r->proxyreq == NOT_PROXY || strncmp(r->filename, "proxy:", 6) != 0) in proxy_handler()352 r->proxyreq = NOT_PROXY; in proxy_handler()
107 r->proxyreq); in ap_proxy_http_canon()429 if (r->proxyreq == PROXY_PASS) { in ap_proxy_http_handler()
142 r->proxyreq); in ap_proxy_ftp_canon()149 path = ap_proxy_canonenc(p, url, strlen(url), enc_path, r->proxyreq); in ap_proxy_ftp_canon()155 if (r->proxyreq == NOT_PROXY && r->args != NULL) { in ap_proxy_ftp_canon()470 r->proxyreq = NOT_PROXY; in ftp_unauthorized()
950 if (r->status == AUTH_REQUIRED && r->proxyreq == STD_PROXY) { in ap_die()1069 if (r->proxyreq == NOT_PROXY && r->parsed_uri.path) { in process_request_internal()1089 if (r->proxyreq == NOT_PROXY) { in process_request_internal()1176 if (! (r->proxyreq != NOT_PROXY in process_request_internal()
1348 r->proxyreq == STD_PROXY ? "Proxy-Authenticate" in ap_note_basic_auth_failure()1371 r->proxyreq == STD_PROXY ? "Proxy-Authenticate" in ap_note_digest_auth_failure()1380 r->proxyreq == STD_PROXY in ap_get_basic_auth_pw()1566 if (r->proxyreq) { in ap_basic_http_header()
3376 if (r->proxyreq != NOT_PROXY) { in core_translate()
420 r->proxyreq == STD_PROXY ? "Proxy-Authorization" in get_digest_rec()784 if (r->proxyreq || !conf->uri_list) { in note_digest_auth_failure()792 r->proxyreq == STD_PROXY ? "Proxy-Authenticate" in note_digest_auth_failure()1494 r->proxyreq == STD_PROXY ? "Proxy-Authentication-Info" in add_auth_info()
157 r->proxyreq == STD_PROXY ? "Proxy-Authorization" in get_digest_rec()
248 if (r->proxyreq != NOT_PROXY || (r->finfo.st_mode != 0)) { in check_speling()
697 && r->proxyreq == NOT_PROXY) { in find_ct()
1159 r->proxyreq = PROXY_PASS; in hook_uri2file()1407 r->proxyreq = PROXY_PASS; in hook_fixup()
701 enum proxyreqtype proxyreq;/* A proxy request (calculated during member