Searched refs:event_iocp_port_associate (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Diocp-internal.h113 event_iocp_port_associate.
163 int event_iocp_port_associate(struct event_iocp_port *port, evutil_socket_t fd,
H A Devent_iocp.c101 event_iocp_port_associate(struct event_iocp_port *port, evutil_socket_t fd, function
H A Dbufferevent_async.c539 if (fd >= 0 && event_iocp_port_associate(iocp, fd, 1)<0) {
668 if (event_iocp_port_associate(iocp, data->fd, 1) < 0)
H A Dlistener.c553 if (event_iocp_port_associate(as->lev->port, s, 1) < 0) {
838 if (event_iocp_port_associate(lev->port, fd, 1) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/test/
H A Dregress_iocp.c263 tt_assert(!event_iocp_port_associate(port, data->pair[0], 100));
264 tt_assert(!event_iocp_port_associate(port, data->pair[1], 100));

Completed in 184 milliseconds