EPOLLOUT 62 lib/tevent/tevent_epoll.c if (flags & TEVENT_FD_WRITE) ret |= (EPOLLOUT | EPOLLERR | EPOLLHUP); EPOLLOUT 296 lib/tevent/tevent_epoll.c if (events[i].events & EPOLLOUT) flags |= TEVENT_FD_WRITE; EPOLLOUT 81 lib/tevent/tevent_standard.c if (flags & TEVENT_FD_WRITE) ret |= (EPOLLOUT | EPOLLERR | EPOLLHUP); EPOLLOUT 307 lib/tevent/tevent_standard.c if (events[i].events & EPOLLOUT) flags |= TEVENT_FD_WRITE;