Home
last modified time | relevance | path

Searched refs:http_error (Results 1 – 6 of 6) sorted by relevance

/openbsd/usr.sbin/bgplgd/
H A Dhttp.h19 struct http_error { struct
H A Dslowcgi.c886 http_error(int *res) in http_error() function
888 const struct http_error errors[] = HTTP_ERRORS; in http_error()
905 const char *errstr = http_error(&res); in error_response()
/openbsd/usr.sbin/httpd/
H A Dhttp.h120 struct http_error { struct
H A Dserver_http.c59 static struct http_error http_errors[] = HTTP_ERRORS;
1739 struct http_error error, *res; in server_httperror_byid()
1755 const struct http_error *ea = a; in server_httperror_cmp()
1756 const struct http_error *eb = b; in server_httperror_cmp()
/openbsd/usr.sbin/relayd/
H A Dhttp.h122 struct http_error { struct
H A Drelay_http.c85 static struct http_error http_errors[] = HTTP_ERRORS;
1509 struct http_error error, *res = NULL; in relay_httperror_byid()
1524 const struct http_error *ea = a; in relay_httperror_cmp()
1525 const struct http_error *eb = b; in relay_httperror_cmp()