Home | History | Annotate | Download | only in microhttpd

Lines Matching refs:fdflags

3542       int fdflags = fcntl (daemon->epoll_fd, F_GETFD);
3543 if (0 > fdflags || 0 > fcntl (daemon->epoll_fd, F_SETFD, fdflags | FD_CLOEXEC))