Home
last modified time | relevance | path

Searched refs:event_iocp_port_associate (Results 1 – 4 of 4) sorted by relevance

/external/libevent/
Diocp-internal.h163 int event_iocp_port_associate(struct event_iocp_port *port, evutil_socket_t fd,
Dbufferevent_async.c539 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()
Devent_iocp.c101 event_iocp_port_associate(struct event_iocp_port *port, evutil_socket_t fd, in event_iocp_port_associate() function
Dlistener.c554 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()