Home
last modified time | relevance | path

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

/freebsd/lib/libfetch/
H A Dhttp.c1424 http_seterr(HTTP_NEED_PROXY_AUTH); in http_connect()
1448 http_seterr(httpreply); in http_connect()
1471 http_seterr(HTTP_PROTOCOL_ERROR); in http_connect()
1695 http_seterr(HTTP_NEED_PROXY_AUTH); in http_request_body()
1725 http_seterr(HTTP_NEED_AUTH); in http_request_body()
1736 http_seterr(HTTP_NEED_AUTH); in http_request_body()
1821 http_seterr(conn->err); in http_request_body()
1834 http_seterr(conn->err); in http_request_body()
1854 http_seterr(conn->err); in http_request_body()
1871 http_seterr(HTTP_PROTOCOL_ERROR); in http_request_body()
[all …]
H A Dcommon.h135 #define http_seterr(n) fetch_seterr(http_errlist, n) macro