Home
last modified time | relevance | path

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

/external/libevent/include/event2/
Dhttp.h324 void evhttp_send_reply(struct evhttp_request *req, int code,
/external/libevent/
Devrpc.c490 evhttp_send_reply(req, HTTP_OK, "OK", rpc_state->rpc_data); in evrpc_request_done_closure()
Dhttp.c2432 evhttp_send_reply(struct evhttp_request *req, int code, const char *reason, in evhttp_send_reply() function