Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h609 void evhttp_request_set_on_complete_cb(struct evhttp_request *req,
/freebsd-13.1/contrib/libevent/include/event2/
H A Dhttp.h622 void evhttp_request_set_on_complete_cb(struct evhttp_request *req,
/freebsd-13.1/contrib/ntp/sntp/libevent/
H A Dwhatsnew-2.1.txt437 The evhttp_request_set_on_complete_cb() facility adds a callback to be
H A Dhttp.c3889 evhttp_request_set_on_complete_cb(struct evhttp_request *req, in evhttp_request_set_on_complete_cb() function
H A DChangeLog143 o evhttp_request_set_on_complete_cb to be more specific about what
/freebsd-13.1/contrib/libevent/
H A Dwhatsnew-2.1.txt457 The evhttp_request_set_on_complete_cb() facility adds a callback to be
H A Dhttp.c4052 evhttp_request_set_on_complete_cb(struct evhttp_request *req, in evhttp_request_set_on_complete_cb() function
H A DChangeLog590 o evhttp_request_set_on_complete_cb to be more specific about what
/freebsd-13.1/contrib/ntp/sntp/libevent/test/
H A Dregress_http.c784 evhttp_request_set_on_complete_cb(req, http_sent_cb, (void *)0xDEADBEEF); in http_on_complete_cb()
/freebsd-13.1/contrib/libevent/test/
H A Dregress_http.c831 evhttp_request_set_on_complete_cb(req, http_sent_cb, (void *)0xDEADBEEF); in http_on_complete_cb()