Home
last modified time | relevance | path

Searched refs:evhttp_send_reply (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/libevent/
Devhttp.h157 void evhttp_send_reply(struct evhttp_request *req, int code,
Devrpc.c361 evhttp_send_reply(req, HTTP_OK, "OK", data); in evrpc_request_done()
Dhttp.c1934 evhttp_send_reply(struct evhttp_request *req, int code, const char *reason, in evhttp_send_reply() function
/external/chromium_org/third_party/libevent/test/
Dregress_http.c239 evhttp_send_reply(req, HTTP_OK, "Everything is fine", in http_basic_cb()
387 evhttp_send_reply(req, HTTP_OK, "Everything is fine", NULL); in http_delay_reply()
577 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb); in http_dispatcher_cb()
753 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb); in http_post_cb()