evhttp_send_error  333 opal/mca/event/libevent2022/libevent/evrpc.c 	evhttp_send_error(req, HTTP_SERVUNAVAIL, NULL);
evhttp_send_error  376 opal/mca/event/libevent2022/libevent/evrpc.c 	evhttp_send_error(req, HTTP_SERVUNAVAIL, NULL);
evhttp_send_error  458 opal/mca/event/libevent2022/libevent/evrpc.c 	evhttp_send_error(req, HTTP_SERVUNAVAIL, NULL);
evhttp_send_error  499 opal/mca/event/libevent2022/libevent/evrpc.c 	evhttp_send_error(req, HTTP_SERVUNAVAIL, NULL);
evhttp_send_error 1955 opal/mca/event/libevent2022/libevent/http.c 						evhttp_send_error(req, HTTP_ENTITYTOOLARGE, NULL);
evhttp_send_error 1962 opal/mca/event/libevent2022/libevent/http.c 				evhttp_send_error(req, HTTP_EXPECTATIONFAILED,
evhttp_send_error 3015 opal/mca/event/libevent2022/libevent/http.c 		evhttp_send_error(req, HTTP_BADREQUEST, NULL);
evhttp_send_error 3022 opal/mca/event/libevent2022/libevent/http.c 		evhttp_send_error(req, HTTP_NOTIMPLEMENTED, NULL);
evhttp_send_error  308 opal/mca/event/libevent2022/libevent/include/event2/http.h void evhttp_send_error(struct evhttp_request *req, int error,
evhttp_send_error  173 opal/mca/event/libevent2022/libevent/sample/http-server.c 		evhttp_send_error(req, HTTP_BADREQUEST, 0);
evhttp_send_error  296 opal/mca/event/libevent2022/libevent/sample/http-server.c 	evhttp_send_error(req, 404, "Document was not found");