Home
last modified time | relevance | path

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

/freebsd-9-stable/lib/libfetch/
Dhttp.c109 #define HTTP_NEED_AUTH 401 macro
1689 http_seterr(HTTP_NEED_AUTH); in http_request_body()
1700 http_seterr(HTTP_NEED_AUTH); in http_request_body()
1777 case HTTP_NEED_AUTH: in http_request_body()
1887 if (conn->err != HTTP_NEED_AUTH) in http_request_body()
1907 if (conn->err == HTTP_NEED_AUTH || in http_request_body()
1910 if ((conn->err == HTTP_NEED_AUTH && in http_request_body()