Searched refs:event_iocp_port_associate_ (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Diocp-internal.h115 event_iocp_port_associate_.
165 int event_iocp_port_associate_(struct event_iocp_port *port, evutil_socket_t fd,
H A Devent_iocp.c104 event_iocp_port_associate_(struct event_iocp_port *port, evutil_socket_t fd, function
H A Dbufferevent_async.c536 if (fd >= 0 && event_iocp_port_associate_(iocp, fd, 1)<0) {
665 if (event_iocp_port_associate_(iocp, data->fd, 1) < 0)
H A Dlistener.c559 if (event_iocp_port_associate_(as->lev->port, s, 1) < 0) {
848 if (event_iocp_port_associate_(lev->port, fd, 1) < 0)
/netbsd-current/external/bsd/libevent/dist/
H A Diocp-internal.h116 event_iocp_port_associate_.
173 int event_iocp_port_associate_(struct event_iocp_port *port, evutil_socket_t fd,
H A Devent_iocp.c103 event_iocp_port_associate_(struct event_iocp_port *port, evutil_socket_t fd, function
H A Dbufferevent_async.c558 if (fd >= 0 && event_iocp_port_associate_(iocp, fd, 1)<0) {
683 if (event_iocp_port_associate_(iocp, data->fd, 1) < 0) {
H A Dlistener.c570 if (event_iocp_port_associate_(as->lev->port, s, 1) < 0) {
859 if (event_iocp_port_associate_(lev->port, fd, 1) < 0)
/netbsd-current/external/bsd/libevent/dist/test/
H A Dregress_iocp.c264 tt_assert(!event_iocp_port_associate_(port, data->pair[0], 100));
265 tt_assert(!event_iocp_port_associate_(port, data->pair[1], 100));
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/test/
H A Dregress_iocp.c265 tt_assert(!event_iocp_port_associate_(port, data->pair[0], 100));
266 tt_assert(!event_iocp_port_associate_(port, data->pair[1], 100));

Completed in 233 milliseconds