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

/external/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.c342 evhttp_send_reply(req, HTTP_OK, "Everything is fine",
358 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb);
557 evhttp_send_reply(req, HTTP_OK, "Everything is fine", NULL);
581 evhttp_send_reply(req, HTTP_OK, "OK", buf);
754 evhttp_send_reply(req, HTTP_OK, "Everything is fine",
837 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb);
1831 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb);
2010 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb);
2127 evhttp_send_reply(req, HTTP_OK, "Everything is great", evb);
/external/libevent/sample/
H A Dhttp-server.c151 evhttp_send_reply(req, 200, "OK", NULL);
156 * it must eventually call evhttp_send_error() or evhttp_send_reply().
306 evhttp_send_reply(req, 200, "OK", evb);
/external/libevent/include/event2/
H A Dhttp.h407 * evhttp_send_reply() databuf will be empty, but the buffer is still
417 void evhttp_send_reply(struct evhttp_request *req, int code,
/external/libevent/
H A Devrpc.c488 evhttp_send_reply(req, HTTP_OK, "OK", rpc_state->rpc_data);
H A Dhttp.c2810 evhttp_send_reply(struct evhttp_request *req, int code, const char *reason, function

Completed in 143 milliseconds