Searched refs:http_seterr (Results 1 – 2 of 2) sorted by relevance
1424 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 …]
135 #define http_seterr(n) fetch_seterr(http_errlist, n) macro