Home
last modified time | relevance | path

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

/freebsd/lib/libfetch/
H A Dhttp.c1578 http_auth_challenges_t server_challenges; in http_request_body() local
1584 init_http_auth_challenges(&server_challenges); in http_request_body()
1694 if (server_challenges.valid) { in http_request_body()
1718 &server_challenges, &aparams, url); in http_request_body()
1794 if (server_challenges.valid) { in http_request_body()
1908 if (http_parse_authenticate(p, &server_challenges) == 0) in http_request_body()
1930 !server_challenges.valid) || in http_request_body()
1965 clean_http_auth_challenges(&server_challenges); in http_request_body()
2041 clean_http_auth_challenges(&server_challenges); in http_request_body()
2053 clean_http_auth_challenges(&server_challenges); in http_request_body()