Searched refs:evhttp_send_error (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/libevent/sample/ |
| H A D | http-server.c | 183 evhttp_send_error(req, HTTP_BADREQUEST, 0); in send_document_cb() 309 evhttp_send_error(req, 404, "Document was not found"); in send_document_cb()
|
| /freebsd-12.1/contrib/libevent/ |
| H A D | evrpc.c | 333 evhttp_send_error(req, HTTP_SERVUNAVAIL, NULL); in evrpc_request_cb() 375 evhttp_send_error(req, HTTP_SERVUNAVAIL, NULL); in evrpc_request_cb_closure() 456 evhttp_send_error(req, HTTP_SERVUNAVAIL, NULL); in evrpc_request_done() 496 evhttp_send_error(req, HTTP_SERVUNAVAIL, NULL); in evrpc_request_done_closure()
|
| H A D | http.c | 2223 evhttp_send_error(req, HTTP_EXPECTATIONFAILED, NULL); in evhttp_get_body() 2753 evhttp_send_error(struct evhttp_request *req, int error, const char *reason) in evhttp_send_error() function 3420 evhttp_send_error(req, req->response_code, NULL); in evhttp_handle_request() 3427 evhttp_send_error(req, HTTP_NOTIMPLEMENTED, NULL); in evhttp_handle_request()
|
| H A D | ChangeLog-2.0 | 641 o Let evhttp_send_error infer the right error reasons (3990669)
|
| /freebsd-12.1/contrib/ntp/sntp/libevent/ |
| H A D | evrpc.c | 333 evhttp_send_error(req, HTTP_SERVUNAVAIL, NULL); in evrpc_request_cb() 375 evhttp_send_error(req, HTTP_SERVUNAVAIL, NULL); in evrpc_request_cb_closure() 456 evhttp_send_error(req, HTTP_SERVUNAVAIL, NULL); in evrpc_request_done() 496 evhttp_send_error(req, HTTP_SERVUNAVAIL, NULL); in evrpc_request_done_closure()
|
| H A D | http.c | 2125 evhttp_send_error(req, HTTP_ENTITYTOOLARGE, NULL); in evhttp_get_body() 2132 evhttp_send_error(req, HTTP_EXPECTATIONFAILED, in evhttp_get_body() 2625 evhttp_send_error(struct evhttp_request *req, int error, const char *reason) in evhttp_send_error() function 3271 evhttp_send_error(req, HTTP_BADREQUEST, NULL); in evhttp_handle_request() 3278 evhttp_send_error(req, HTTP_NOTIMPLEMENTED, NULL); in evhttp_handle_request()
|
| H A D | ChangeLog-2.0 | 641 o Let evhttp_send_error infer the right error reasons (3990669)
|
| /freebsd-12.1/contrib/ntp/sntp/libevent/include/event2/ |
| H A D | http.h | 387 void evhttp_send_error(struct evhttp_request *req, int error,
|
| /freebsd-12.1/contrib/libevent/include/event2/ |
| H A D | http.h | 400 void evhttp_send_error(struct evhttp_request *req, int error,
|