Searched refs:http_seterr (Results 1 – 2 of 2) sorted by relevance
1402 http_seterr(HTTP_NEED_PROXY_AUTH); in http_connect()1426 http_seterr(httpreply); in http_connect()1449 http_seterr(HTTP_PROTOCOL_ERROR); in http_connect()1673 http_seterr(HTTP_NEED_PROXY_AUTH); in http_request_body()1703 http_seterr(HTTP_NEED_AUTH); in http_request_body()1714 http_seterr(HTTP_NEED_AUTH); in http_request_body()1799 http_seterr(conn->err); in http_request_body()1812 http_seterr(conn->err); in http_request_body()1832 http_seterr(conn->err); in http_request_body()1849 http_seterr(HTTP_PROTOCOL_ERROR); in http_request_body()[all …]
149 #define http_seterr(n) fetch_seterr(http_errlist, n) macro