Searched refs:evhttp_send_reply (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/libevent/ |
D | evhttp.h | 157 void evhttp_send_reply(struct evhttp_request *req, int code,
|
D | evrpc.c | 361 evhttp_send_reply(req, HTTP_OK, "OK", data); in evrpc_request_done()
|
D | http.c | 1934 evhttp_send_reply(struct evhttp_request *req, int code, const char *reason, in evhttp_send_reply() function
|
/external/chromium_org/third_party/libevent/test/ |
D | regress_http.c | 239 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()
|