Home
last modified time | relevance | path

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

/libevent-2.1.12/include/event2/
H A Dhttp.h163 typedef void evhttp_bound_socket_foreach_fn(struct evhttp_bound_socket *, void *); typedef
175 void evhttp_foreach_bound_socket(struct evhttp *http, evhttp_bound_socket_foreach_fn *function, voi…
/libevent-2.1.12/
H A Dhttp.c3599 evhttp_bound_socket_foreach_fn *function, in evhttp_foreach_bound_socket()