event_iocp_port_associate  539 opal/mca/event/libevent2022/libevent/bufferevent_async.c 	if (fd >= 0 && event_iocp_port_associate(iocp, fd, 1)<0) {
event_iocp_port_associate  668 opal/mca/event/libevent2022/libevent/bufferevent_async.c 		if (event_iocp_port_associate(iocp, data->fd, 1) < 0)
event_iocp_port_associate  163 opal/mca/event/libevent2022/libevent/iocp-internal.h int event_iocp_port_associate(struct event_iocp_port *port, evutil_socket_t fd,
event_iocp_port_associate  554 opal/mca/event/libevent2022/libevent/listener.c 	if (event_iocp_port_associate(as->lev->port, s, 1) < 0) {
event_iocp_port_associate  843 opal/mca/event/libevent2022/libevent/listener.c 	if (event_iocp_port_associate(lev->port, fd, 1) < 0)
event_iocp_port_associate  263 opal/mca/event/libevent2022/libevent/test/regress_iocp.c 	tt_assert(!event_iocp_port_associate(port, data->pair[0], 100));
event_iocp_port_associate  264 opal/mca/event/libevent2022/libevent/test/regress_iocp.c 	tt_assert(!event_iocp_port_associate(port, data->pair[1], 100));