Home
last modified time | relevance | path

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

/freebsd/lib/libfetch/
H A Dhttp.c1388 http_auth_challenges_t proxy_challenges; in http_connect() local
1412 init_http_auth_challenges(&proxy_challenges); in http_connect()
1441 &proxy_challenges, &aparams, purl); in http_connect()
1601 http_auth_challenges_t proxy_challenges; in http_request_body() local
1607 init_http_auth_challenges(&proxy_challenges); in http_request_body()
1686 if (purl && proxy_challenges.valid) { in http_request_body()
1703 &proxy_challenges, &aparams, url); in http_request_body()
1829 if (proxy_challenges.valid) { in http_request_body()
1936 if (http_parse_authenticate(p, &proxy_challenges) == 0) in http_request_body()
1954 !proxy_challenges.valid)) { in http_request_body()
[all …]