Searched refs:port_associate (Results 1 – 2 of 2) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/event/modules/ |
| H A D | ngx_eventport_module.c | 71 int port_associate(int port, int source, uintptr_t object, int events, 74 int port_associate(int port, int source, uintptr_t object, int events, in port_associate() function 344 if (port_associate(ep, PORT_SOURCE_FD, c->fd, events, in ngx_eventport_add_event() 393 if (port_associate(ep, PORT_SOURCE_FD, c->fd, event, in ngx_eventport_del_event() 583 if (port_associate(ep, PORT_SOURCE_FD, c->fd, POLLIN, in ngx_eventport_process_events()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | ae_evport.c | 135 rv = port_associate(portfd, PORT_SOURCE_FD, fd, events, in aeApiAssociate()
|