Home
last modified time | relevance | path

Searched refs:event_iocp_port_associate_ (Results 1 – 5 of 5) sorted by relevance

/external/libevent/test/
Dregress_iocp.c263 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/
Diocp-internal.h172 int event_iocp_port_associate_(struct event_iocp_port *port, evutil_socket_t fd,
Dbufferevent_async.c555 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()
Devent_iocp.c102 event_iocp_port_associate_(struct event_iocp_port *port, evutil_socket_t fd, in event_iocp_port_associate_() function
Dlistener.c567 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()