Home
last modified time | relevance | path

Searched refs:proxy_challenges (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/lib/libfetch/
H A Dhttp.c1392 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()
1958 !proxy_challenges.valid)) { in http_request_body()
2068 clean_http_auth_challenges(&proxy_challenges); in http_request_body()
[all …]