Searched refs:evhttp_send_reply (Results 1 – 6 of 6) sorted by relevance
| /minix3/external/bsd/libevent/dist/test/ |
| H A D | bench_http.c | 65 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 D | regress_http.c | 289 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 D | http-server.c | 142 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 D | http.h | 326 void evhttp_send_reply(struct evhttp_request *req, int code,
|
| /minix3/external/bsd/libevent/dist/ |
| H A D | evrpc.c | 493 evhttp_send_reply(req, HTTP_OK, "OK", rpc_state->rpc_data); in evrpc_request_done_closure()
|
| H A D | http.c | 2435 evhttp_send_reply(struct evhttp_request *req, int code, const char *reason, in evhttp_send_reply() function
|