Searched refs:evmap_io_get_fdinfo_ (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | evmap-internal.h | 91 void *evmap_io_get_fdinfo_(struct event_io_map *ctx, evutil_socket_t fd);
|
H A D | evport.c | 294 fdi = evmap_io_get_fdinfo_(&base->io, fd); in evport_dispatch()
|
H A D | poll.c | 333 idx = evmap_io_get_fdinfo_(&base->io, pop->event_set[i].fd); in poll_del()
|
H A D | win32select.c | 167 ent2 = evmap_io_get_fdinfo_(&base->io, s2); in do_fd_clear()
|
H A D | evmap.c | 518 evmap_io_get_fdinfo_(struct event_io_map *map, evutil_socket_t fd) in evmap_io_get_fdinfo_() function
|
/freebsd/contrib/libevent/ |
H A D | evmap-internal.h | 91 void *evmap_io_get_fdinfo_(struct event_io_map *ctx, evutil_socket_t fd);
|
H A D | poll.c | 333 idx = evmap_io_get_fdinfo_(&base->io, pop->event_set[i].fd); in poll_del()
|
H A D | evport.c | 294 fdi = evmap_io_get_fdinfo_(&base->io, fd); in evport_dispatch()
|
H A D | win32select.c | 167 ent2 = evmap_io_get_fdinfo_(&base->io, s2); in do_fd_clear()
|
H A D | evmap.c | 518 evmap_io_get_fdinfo_(struct event_io_map *map, evutil_socket_t fd) in evmap_io_get_fdinfo_() function
|