Home
last modified time | relevance | path

Searched refs:epoll_fd (Results 1 – 3 of 3) sorted by relevance

/external/libmicrohttpd/src/microhttpd/
Ddaemon.c843 return add_to_fd_set (daemon->epoll_fd, read_fd_set, max_fd, fd_setsize); in MHD_get_fdset2()
1632 if (0 != epoll_ctl (daemon->epoll_fd, in internal_add_connection()
1754 if (0 != epoll_ctl (daemon->epoll_fd, in MHD_suspend_connection()
2102 (MHD_INVALID_SOCKET != daemon->epoll_fd) && in MHD_cleanup_connections()
2111 if (0 != epoll_ctl (daemon->epoll_fd, in MHD_cleanup_connections()
2264 if (daemon->epoll_fd >= FD_SETSIZE) in MHD_run_from_select()
2266 if (FD_ISSET (daemon->epoll_fd, read_fd_set)) in MHD_run_from_select()
2732 if (-1 == daemon->epoll_fd) in MHD_epoll()
2742 if (0 != epoll_ctl (daemon->epoll_fd, in MHD_epoll()
2761 if (0 != epoll_ctl (daemon->epoll_fd, in MHD_epoll()
[all …]
Dinternal.h1132 int epoll_fd; member
Dconnection.c2727 if (0 != epoll_ctl (daemon->epoll_fd,