Home
last modified time | relevance | path

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

/external/libevent/
Dhttp.c2767 evhttp_send_done(struct evhttp_connection *evcon, void *arg) in evhttp_send_done() function
2854 evhttp_write_buffer(evcon, evhttp_send_done, NULL); in evhttp_send()
2943 evhttp_write_buffer(req->evcon, evhttp_send_done, NULL); in evhttp_send_reply_end()
2947 evhttp_send_done(evcon, NULL); in evhttp_send_reply_end()
2950 evcon->cb = evhttp_send_done; in evhttp_send_reply_end()