Home
last modified time | relevance | path

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

/netbsd/src/share/examples/refuse/ian/libfetch/
Dhttp.c110 #define HTTP_ERROR(xyz) ((xyz) > 400 && (xyz) < 599) macro
1084 if (conn->err == HTTP_OK || conn->err == HTTP_PARTIAL || HTTP_ERROR(conn->err)) in _http_request()
1155 if (HTTP_ERROR(conn->err)) { in _http_request()
/netbsd/src/external/bsd/fetch/dist/libfetch/
Dhttp.c140 #define HTTP_ERROR(xyz) ((xyz) > 400 && (xyz) < 599) macro
1166 HTTP_ERROR(conn->err)) in http_request()
1242 if (HTTP_ERROR(conn->err)) { in http_request()