Searched refs:evhttp_send_reply (Results 1 – 6 of 6) sorted by relevance
/external/libevent/test/ |
D | bench_http.c | 64 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb); in http_basic_cb() 78 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb); in http_ref_cb()
|
D | regress_http.c | 374 evhttp_send_reply(req, HTTP_OK, "Everything is fine", in http_basic_cb() 384 evhttp_send_reply(req, HTTP_OK, "Everything is fine", NULL); in http_timeout_reply_cb() 404 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb); in http_large_cb() 602 evhttp_send_reply(req, HTTP_OK, "Everything is fine", NULL); in http_delay_reply() 626 evhttp_send_reply(req, HTTP_OK, "OK", buf); in http_badreq_cb() 800 evhttp_send_reply(req, HTTP_OK, "Everything is fine", in http_delete_cb() 883 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb); in http_on_complete_cb() 1875 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb); in http_dispatcher_cb() 2054 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb); in http_post_cb() 2171 evhttp_send_reply(req, HTTP_OK, "Everything is great", evb); in http_put_cb()
|
/external/libevent/sample/ |
D | http-server.c | 174 evhttp_send_reply(req, 200, "OK", NULL); in dump_request_cb() 329 evhttp_send_reply(req, 200, "OK", evb); in send_document_cb()
|
/external/libevent/include/event2/ |
D | http.h | 418 void evhttp_send_reply(struct evhttp_request *req, int code,
|
/external/libevent/ |
D | evrpc.c | 489 evhttp_send_reply(req, HTTP_OK, "OK", rpc_state->rpc_data); in evrpc_request_done_closure()
|
D | http.c | 2858 evhttp_send_reply(struct evhttp_request *req, int code, const char *reason, in evhttp_send_reply() function
|