Home
last modified time | relevance | path

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 Dngx_eventport_module.c31 #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 Dae_evport.c135 rv = port_associate(portfd, PORT_SOURCE_FD, fd, events, in aeApiAssociate()
226 if (port_dissociate(state->portfd, PORT_SOURCE_FD, fd) != 0) { in aeApiDelEvent()