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

/freebsd-9.3-release/lib/libfetch/
H A Dhttp.c120 #define HTTP_ERROR(xyz) ((xyz) > 400 && (xyz) < 599) macro
1889 || HTTP_ERROR(conn->err))
1965 if (HTTP_ERROR(conn->err)) {

Completed in 13 milliseconds