Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libevent/test/
H A 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()
H A Dregress_http.c342 evhttp_send_reply(req, HTTP_OK, "Everything is fine", in http_basic_cb()
358 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb); in http_large_cb()
557 evhttp_send_reply(req, HTTP_OK, "Everything is fine", NULL); in http_delay_reply()
581 evhttp_send_reply(req, HTTP_OK, "OK", buf); in http_badreq_cb()
754 evhttp_send_reply(req, HTTP_OK, "Everything is fine", in http_delete_cb()
837 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb); in http_on_complete_cb()
1831 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb); in http_dispatcher_cb()
2010 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb); in http_post_cb()
2127 evhttp_send_reply(req, HTTP_OK, "Everything is great", evb); in http_put_cb()
/freebsd-13.1/contrib/ntp/sntp/libevent/test/
H A 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()
H A Dregress_http.c325 evhttp_send_reply(req, HTTP_OK, "Everything is fine", in http_basic_cb()
501 evhttp_send_reply(req, HTTP_OK, "Everything is fine", NULL); in http_delay_reply()
525 evhttp_send_reply(req, HTTP_OK, "OK", buf); in http_badreq_cb()
707 evhttp_send_reply(req, HTTP_OK, "Everything is fine", in http_delete_cb()
790 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb); in http_on_complete_cb()
1579 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb); in http_dispatcher_cb()
1755 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb); in http_post_cb()
1873 evhttp_send_reply(req, HTTP_OK, "Everything is great", evb); in http_put_cb()
/freebsd-13.1/contrib/libevent/sample/
H A Dhttp-server.c151 evhttp_send_reply(req, 200, "OK", NULL); in dump_request_cb()
306 evhttp_send_reply(req, 200, "OK", evb); in send_document_cb()
/freebsd-13.1/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h404 void evhttp_send_reply(struct evhttp_request *req, int code,
/freebsd-13.1/contrib/libevent/include/event2/
H A Dhttp.h417 void evhttp_send_reply(struct evhttp_request *req, int code,
/freebsd-13.1/contrib/ntp/sntp/libevent/
H A Devrpc.c488 evhttp_send_reply(req, HTTP_OK, "OK", rpc_state->rpc_data); in evrpc_request_done_closure()
H A Dhttp.c2682 evhttp_send_reply(struct evhttp_request *req, int code, const char *reason, in evhttp_send_reply() function
/freebsd-13.1/contrib/libevent/
H A Devrpc.c488 evhttp_send_reply(req, HTTP_OK, "OK", rpc_state->rpc_data); in evrpc_request_done_closure()
H A Dhttp.c2810 evhttp_send_reply(struct evhttp_request *req, int code, const char *reason, in evhttp_send_reply() function