Searched refs:evhttp_send_reply (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/ntp/sntp/libevent/test/
H A Dbench_http.c64 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb);
78 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb);
H A Dregress_http.c325 evhttp_send_reply(req, HTTP_OK, "Everything is fine",
501 evhttp_send_reply(req, HTTP_OK, "Everything is fine", NULL);
525 evhttp_send_reply(req, HTTP_OK, "OK", buf);
707 evhttp_send_reply(req, HTTP_OK, "Everything is fine",
790 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb);
1579 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb);
1755 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb);
1873 evhttp_send_reply(req, HTTP_OK, "Everything is great", evb);
/freebsd-9.3-release/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h394 * evhttp_send_reply() databuf will be empty, but the buffer is still
404 void evhttp_send_reply(struct evhttp_request *req, int code,
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Devrpc.c488 evhttp_send_reply(req, HTTP_OK, "OK", rpc_state->rpc_data);
H A Dhttp.c2682 evhttp_send_reply(struct evhttp_request *req, int code, const char *reason, function

Completed in 133 milliseconds