Home
last modified time | relevance | path

Searched refs:port_dissociate (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/nginx-1.16.1/src/event/modules/
H A Dngx_eventport_module.c81 int port_dissociate(int port, int source, uintptr_t object);
83 int port_dissociate(int port, int source, uintptr_t object) in port_dissociate() function
406 if (port_dissociate(ep, PORT_SOURCE_FD, c->fd) == -1) { in ngx_eventport_del_event()
/f-stack/app/redis-5.0.5/src/
H A Dae_evport.c226 if (port_dissociate(state->portfd, PORT_SOURCE_FD, fd) != 0) { in aeApiDelEvent()