Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libevent/dist/include/event2/
H A Dhttp.h164 typedef void evhttp_bound_socket_foreach_fn(struct evhttp_bound_socket *, void *); typedef
176 void evhttp_foreach_bound_socket(struct evhttp *http, evhttp_bound_socket_foreach_fn *function, voi…
/netbsd-src/external/bsd/libevent/dist/
H A Dhttp.c3603 evhttp_bound_socket_foreach_fn *function, in evhttp_foreach_bound_socket()