Home
last modified time | relevance | path

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

/external/libevent/include/event2/
Dhttp.h162 typedef void evhttp_bound_socket_foreach_fn(struct evhttp_bound_socket *, void *); typedef
174 void evhttp_foreach_bound_socket(struct evhttp *http, evhttp_bound_socket_foreach_fn *function, voi…
/external/libevent/
Dhttp.c3539 evhttp_bound_socket_foreach_fn *function, in evhttp_foreach_bound_socket()