Home
last modified time | relevance | path

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

/external/libevent/include/event2/
Dhttp.h624 void evhttp_request_set_on_complete_cb(struct evhttp_request *req,
/external/libevent/
Dwhatsnew-2.1.txt457 The evhttp_request_set_on_complete_cb() facility adds a callback to be
Dhttp.c4112 evhttp_request_set_on_complete_cb(struct evhttp_request *req, in evhttp_request_set_on_complete_cb() function
DChangeLog903 o evhttp_request_set_on_complete_cb to be more specific about what
/external/libevent/test/
Dregress_http.c877 evhttp_request_set_on_complete_cb(req, http_sent_cb, (void *)0xDEADBEEF); in http_on_complete_cb()