Home
last modified time | relevance | path

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

/minix3/external/bsd/libevent/dist/test/
H A Dbench_http.c65 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb); in http_basic_cb()
79 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb); in http_ref_cb()
H A Dregress_http.c289 evhttp_send_reply(req, HTTP_OK, "Everything is fine", in http_basic_cb()
458 evhttp_send_reply(req, HTTP_OK, "Everything is fine", NULL); in http_delay_reply()
482 evhttp_send_reply(req, HTTP_OK, "OK", buf); in http_badreq_cb()
661 evhttp_send_reply(req, HTTP_OK, "Everything is fine", in http_delete_cb()
1376 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb); in http_dispatcher_cb()
1552 evhttp_send_reply(req, HTTP_OK, "Everything is fine", evb); in http_post_cb()
1670 evhttp_send_reply(req, HTTP_OK, "Everything is great", evb); in http_put_cb()
/minix3/external/bsd/libevent/dist/sample/
H A Dhttp-server.c142 evhttp_send_reply(req, 200, "OK", NULL); in dump_request_cb()
294 evhttp_send_reply(req, 200, "OK", evb); in send_document_cb()
/minix3/external/bsd/libevent/dist/include/event2/
H A Dhttp.h326 void evhttp_send_reply(struct evhttp_request *req, int code,
/minix3/external/bsd/libevent/dist/
H A Devrpc.c493 evhttp_send_reply(req, HTTP_OK, "OK", rpc_state->rpc_data); in evrpc_request_done_closure()
H A Dhttp.c2435 evhttp_send_reply(struct evhttp_request *req, int code, const char *reason, in evhttp_send_reply() function