Lines Matching refs:proxy_challenges
1392 http_auth_challenges_t proxy_challenges; in http_connect() local
1416 init_http_auth_challenges(&proxy_challenges); in http_connect()
1445 &proxy_challenges, &aparams, purl); in http_connect()
1605 http_auth_challenges_t proxy_challenges; in http_request_body() local
1611 init_http_auth_challenges(&proxy_challenges); in http_request_body()
1690 if (purl && proxy_challenges.valid) { in http_request_body()
1707 &proxy_challenges, &aparams, url); in http_request_body()
1833 if (proxy_challenges.valid) { in http_request_body()
1940 if (http_parse_authenticate(p, &proxy_challenges) == 0) in http_request_body()
1958 !proxy_challenges.valid)) { in http_request_body()
2068 clean_http_auth_challenges(&proxy_challenges); in http_request_body()
2080 clean_http_auth_challenges(&proxy_challenges); in http_request_body()