Home
last modified time | relevance | path

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

/external/libevent/test/
Dbench_http.c64 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()
Dregress_http.c374 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/
Dhttp-server.c174 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/
Dhttp.h418 void evhttp_send_reply(struct evhttp_request *req, int code,
/external/libevent/
Devrpc.c489 evhttp_send_reply(req, HTTP_OK, "OK", rpc_state->rpc_data); in evrpc_request_done_closure()
Dhttp.c2858 evhttp_send_reply(struct evhttp_request *req, int code, const char *reason, in evhttp_send_reply() function