Home
last modified time | relevance | path

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

/freebsd/lib/libfetch/
H A Dhttp.c1600 http_auth_challenges_t server_challenges; in http_request_body() local
1606 init_http_auth_challenges(&server_challenges); in http_request_body()
1716 if (server_challenges.valid) { in http_request_body()
1740 &server_challenges, &aparams, url); in http_request_body()
1816 if (server_challenges.valid) { in http_request_body()
1930 if (http_parse_authenticate(p, &server_challenges) == 0) in http_request_body()
1952 !server_challenges.valid) || in http_request_body()
1987 clean_http_auth_challenges(&server_challenges); in http_request_body()
2063 clean_http_auth_challenges(&server_challenges); in http_request_body()
2075 clean_http_auth_challenges(&server_challenges); in http_request_body()