/freebsd/contrib/libevent/ |
H A D | win32select.c | 341 evmap_io_active_(base, s, EV_READ); in win32_dispatch() 351 evmap_io_active_(base, s, EV_WRITE); in win32_dispatch() 361 evmap_io_active_(base, s, EV_WRITE); in win32_dispatch()
|
H A D | evmap-internal.h | 78 void evmap_io_active_(struct event_base *base, evutil_socket_t fd, short events);
|
H A D | devpoll.c | 220 evmap_io_active_(base, events[i].fd, which); in devpoll_dispatch()
|
H A D | select.c | 204 evmap_io_active_(base, i, res); in select_dispatch()
|
H A D | poll.c | 223 evmap_io_active_(base, event_set[i].fd, res); in poll_dispatch()
|
H A D | evport.c | 356 evmap_io_active_(base, fd, res); in evport_dispatch()
|
H A D | epoll.c | 505 evmap_io_active_(base, events[i].data.fd, ev | EV_ET); in epoll_dispatch()
|
H A D | kqueue.c | 418 evmap_io_active_(base, events[i].ident, which | EV_ET); in kq_dispatch()
|
H A D | evmap.c | 420 evmap_io_active_(struct event_base *base, evutil_socket_t fd, short events) in evmap_io_active_() function
|
H A D | event.c | 3832 evmap_io_active_(base, fd, events & (EV_READ|EV_WRITE|EV_CLOSED)); in event_base_active_by_fd()
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | win32select.c | 341 evmap_io_active_(base, s, EV_READ); in win32_dispatch() 351 evmap_io_active_(base, s, EV_WRITE); in win32_dispatch() 361 evmap_io_active_(base, s, EV_WRITE); in win32_dispatch()
|
H A D | evmap-internal.h | 78 void evmap_io_active_(struct event_base *base, evutil_socket_t fd, short events);
|
H A D | devpoll.c | 220 evmap_io_active_(base, events[i].fd, which); in devpoll_dispatch()
|
H A D | select.c | 204 evmap_io_active_(base, i, res); in select_dispatch()
|
H A D | evport.c | 356 evmap_io_active_(base, fd, res); in evport_dispatch()
|
H A D | poll.c | 223 evmap_io_active_(base, event_set[i].fd, res); in poll_dispatch()
|
H A D | kqueue.c | 418 evmap_io_active_(base, events[i].ident, which | EV_ET); in kq_dispatch()
|
H A D | epoll.c | 505 evmap_io_active_(base, events[i].data.fd, ev | EV_ET); in epoll_dispatch()
|
H A D | evmap.c | 420 evmap_io_active_(struct event_base *base, evutil_socket_t fd, short events) in evmap_io_active_() function
|
H A D | event.c | 3832 evmap_io_active_(base, fd, events & (EV_READ|EV_WRITE|EV_CLOSED)); in event_base_active_by_fd()
|