Searched refs:PORT_SOURCE_FD (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 | 31 #define PORT_SOURCE_FD 4 macro 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() 406 if (port_dissociate(ep, PORT_SOURCE_FD, c->fd) == -1) { in ngx_eventport_del_event() 508 case PORT_SOURCE_FD: in ngx_eventport_process_events() 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() 226 if (port_dissociate(state->portfd, PORT_SOURCE_FD, fd) != 0) { in aeApiDelEvent()
|