FindFD
if (!(cur = FindFD(ctx, del->fd, EV_MASK_ALL)) &&
static evFile *FindFD(const evContext_p *ctx, int fd, int eventmask);
id = FindFD(ctx, fd, EV_MASK_ALL);
if (id != NULL && FindFD(ctx, fd, eventmask) != NULL)