Home
last modified time | relevance | path

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

/freebsd/lib/libfetch/
H A Dhttp.c110 #define HTTP_NEED_AUTH 401 macro
1725 http_seterr(HTTP_NEED_AUTH); in http_request_body()
1736 http_seterr(HTTP_NEED_AUTH); in http_request_body()
1815 case HTTP_NEED_AUTH: in http_request_body()
1928 if (conn->err != HTTP_NEED_AUTH) in http_request_body()
1948 if (conn->err == HTTP_NEED_AUTH || in http_request_body()
1951 if ((conn->err == HTTP_NEED_AUTH && in http_request_body()