port_associate     69 src/event/modules/ngx_eventport_module.c int port_associate(int port, int source, uintptr_t object, int events,
port_associate    344 src/event/modules/ngx_eventport_module.c     if (port_associate(ep, PORT_SOURCE_FD, c->fd, events,
port_associate    393 src/event/modules/ngx_eventport_module.c         if (port_associate(ep, PORT_SOURCE_FD, c->fd, event,
port_associate    585 src/event/modules/ngx_eventport_module.c                     if (port_associate(ep, PORT_SOURCE_FD, c->fd, POLLIN,