HomeSort by relevance Sort by last modified time
    Searched refs:event_iocp_port_associate (Results 1 - 4 of 4) sorted by null

  /external/libevent/
iocp-internal.h 113 event_iocp_port_associate.
163 int event_iocp_port_associate(struct event_iocp_port *port, evutil_socket_t fd,
event_iocp.c 101 event_iocp_port_associate(struct event_iocp_port *port, evutil_socket_t fd, function
bufferevent_async.c 539 if (fd >= 0 && event_iocp_port_associate(iocp, fd, 1)<0) {
668 if (event_iocp_port_associate(iocp, data->fd, 1) < 0)
listener.c 554 if (event_iocp_port_associate(as->lev->port, s, 1) < 0) {
843 if (event_iocp_port_associate(lev->port, fd, 1) < 0)

Completed in 283 milliseconds