Home | History | Annotate | Download | only in libevent

Lines Matching refs:evhttp_send_error

2223 			evhttp_send_error(req, HTTP_EXPECTATIONFAILED, NULL);
2753 evhttp_send_error(struct evhttp_request *req, int error, const char *reason)
3420 evhttp_send_error(req, req->response_code, NULL);
3427 evhttp_send_error(req, HTTP_NOTIMPLEMENTED, NULL);