Searched refs:evhttp_send_error (Results 1 - 4 of 4) sorted by relevance

/external/libevent/sample/
H A Dhttp-server.c156 * it must eventually call evhttp_send_error() or evhttp_send_reply().
183 evhttp_send_error(req, HTTP_BADREQUEST, 0);
309 evhttp_send_error(req, 404, "Document was not found");
/external/libevent/
H A Devrpc.c333 evhttp_send_error(req, HTTP_SERVUNAVAIL, NULL);
375 evhttp_send_error(req, HTTP_SERVUNAVAIL, NULL);
456 evhttp_send_error(req, HTTP_SERVUNAVAIL, NULL);
496 evhttp_send_error(req, HTTP_SERVUNAVAIL, NULL);
H A Dhttp.c2223 evhttp_send_error(req, HTTP_EXPECTATIONFAILED, NULL);
2753 evhttp_send_error(struct evhttp_request *req, int error, const char *reason) function
3420 evhttp_send_error(req, req->response_code, NULL);
3427 evhttp_send_error(req, HTTP_NOTIMPLEMENTED, NULL);
/external/libevent/include/event2/
H A Dhttp.h400 void evhttp_send_error(struct evhttp_request *req, int error,

Completed in 495 milliseconds