Searched refs:evmap_io_get_fdinfo_ (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/bsd/libevent/dist/
H A Devmap-internal.h92 void *evmap_io_get_fdinfo_(struct event_io_map *ctx, evutil_socket_t fd);
H A Devport.c297 fdi = evmap_io_get_fdinfo_(&base->io, fd);
332 /*EVUTIL_ASSERT(evmap_io_get_fdinfo_(&base->io, fd) == fdi);*/
H A Dpoll.c336 idx = evmap_io_get_fdinfo_(&base->io, pop->event_set[i].fd);
H A Dwin32select.c170 ent2 = evmap_io_get_fdinfo_(&base->io, s2);
H A Devmap.c522 evmap_io_get_fdinfo_(struct event_io_map *map, evutil_socket_t fd) function
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Devmap-internal.h93 void *evmap_io_get_fdinfo_(struct event_io_map *ctx, evutil_socket_t fd);
H A Devport.c296 fdi = evmap_io_get_fdinfo_(&base->io, fd);
331 /*EVUTIL_ASSERT(evmap_io_get_fdinfo_(&base->io, fd) == fdi);*/
H A Dpoll.c318 idx = evmap_io_get_fdinfo_(&base->io, pop->event_set[i].fd);
H A Dwin32select.c169 ent2 = evmap_io_get_fdinfo_(&base->io, s2);
H A Devmap.c509 evmap_io_get_fdinfo_(struct event_io_map *map, evutil_socket_t fd) function

Completed in 191 milliseconds