Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h297 void evhttp_set_bevcb(struct evhttp *http,
/freebsd-13.1/contrib/libevent/include/event2/
H A Dhttp.h297 void evhttp_set_bevcb(struct evhttp *http,
/freebsd-13.1/contrib/ntp/sntp/libevent/
H A Dwhatsnew-2.1.txt401 There are a new pair of functions: evhttp_set_bevcb() and
H A Dhttp.c3748 evhttp_set_bevcb(struct evhttp *http, in evhttp_set_bevcb() function
/freebsd-13.1/contrib/libevent/
H A Dwhatsnew-2.1.txt421 There are a new pair of functions: evhttp_set_bevcb() and
H A Dhttp.c3911 evhttp_set_bevcb(struct evhttp *http, in evhttp_set_bevcb() function
/freebsd-13.1/contrib/libevent/test/
H A Dregress_http.c143 evhttp_set_bevcb(myhttp, https_bev, NULL); in http_setup()