HomeSort by: relevance | last modified time | path
    Searched defs:HTTP_ERROR (Results 1 - 2 of 2) sorted by relevancy

  /src/share/examples/refuse/ian/libfetch/
http.c 110 #define HTTP_ERROR(xyz) ((xyz) > 400 && (xyz) < 599)
1084 if (conn->err == HTTP_OK || conn->err == HTTP_PARTIAL || HTTP_ERROR(conn->err))
1155 if (HTTP_ERROR(conn->err)) {
  /src/external/bsd/fetch/dist/libfetch/
http.c 140 #define HTTP_ERROR(xyz) ((xyz) > 400 && (xyz) < 599)
1166 HTTP_ERROR(conn->err))
1242 if (HTTP_ERROR(conn->err)) {

Completed in 83 milliseconds