Searched refs:port_dissociate (Results 1 – 2 of 2) sorted by relevance
81 int port_dissociate(int port, int source, uintptr_t object);83 int port_dissociate(int port, int source, uintptr_t object) in port_dissociate() function406 if (port_dissociate(ep, PORT_SOURCE_FD, c->fd) == -1) { in ngx_eventport_del_event()
226 if (port_dissociate(state->portfd, PORT_SOURCE_FD, fd) != 0) { in aeApiDelEvent()