Searched refs:event_iocp_port_associate_ (Results 1 – 5 of 5) sorted by relevance
/external/libevent/test/ |
D | regress_iocp.c | 263 tt_assert(!event_iocp_port_associate_(port, data->pair[0], 100)); in test_iocp_evbuffer() 264 tt_assert(!event_iocp_port_associate_(port, data->pair[1], 100)); in test_iocp_evbuffer()
|
/external/libevent/ |
D | iocp-internal.h | 172 int event_iocp_port_associate_(struct event_iocp_port *port, evutil_socket_t fd,
|
D | bufferevent_async.c | 555 if (fd >= 0 && event_iocp_port_associate_(iocp, fd, 1)<0) { in bufferevent_async_new_() 680 if (event_iocp_port_associate_(iocp, data->fd, 1) < 0) { in be_async_ctrl()
|
D | event_iocp.c | 102 event_iocp_port_associate_(struct event_iocp_port *port, evutil_socket_t fd, in event_iocp_port_associate_() function
|
D | listener.c | 567 if (event_iocp_port_associate_(as->lev->port, s, 1) < 0) { in start_accepting() 856 if (event_iocp_port_associate_(lev->port, fd, 1) < 0) in evconnlistener_new_async()
|