Searched refs:event_iocp_port_associate (Results 1 – 4 of 4) sorted by relevance
/external/libevent/ |
D | iocp-internal.h | 163 int event_iocp_port_associate(struct event_iocp_port *port, evutil_socket_t fd,
|
D | bufferevent_async.c | 539 if (fd >= 0 && event_iocp_port_associate(iocp, fd, 1)<0) { in bufferevent_async_new() 668 if (event_iocp_port_associate(iocp, data->fd, 1) < 0) in be_async_ctrl()
|
D | event_iocp.c | 101 event_iocp_port_associate(struct event_iocp_port *port, evutil_socket_t fd, in event_iocp_port_associate() function
|
D | listener.c | 554 if (event_iocp_port_associate(as->lev->port, s, 1) < 0) { in start_accepting() 843 if (event_iocp_port_associate(lev->port, fd, 1) < 0) in evconnlistener_new_async()
|