Lines Matching refs:FD_SETSIZE
29 #define FD_SETSIZE 1024 macro
32 #define MHD_DEFAULT_FD_SETSIZE FD_SETSIZE
77 #define MHD_MAX_CONNECTIONS_DEFAULT FD_SETSIZE - 4
79 #define MHD_MAX_CONNECTIONS_DEFAULT FD_SETSIZE
955 add_to_fd_set (con->socket_fd, &rs, &max, FD_SETSIZE)) in MHD_handle_connection()
960 add_to_fd_set (con->socket_fd, &ws, &max, FD_SETSIZE)) in MHD_handle_connection()
964 add_to_fd_set (con->socket_fd, &rs, &max, FD_SETSIZE)) ) in MHD_handle_connection()
970 add_to_fd_set (con->socket_fd, &rs, &max, FD_SETSIZE)) ) in MHD_handle_connection()
984 add_to_fd_set (spipe, &rs, &max, FD_SETSIZE)) in MHD_handle_connection()
1386 if ( (client_socket >= FD_SETSIZE) && in internal_add_connection()
1393 FD_SETSIZE); in internal_add_connection()
2264 if (daemon->epoll_fd >= FD_SETSIZE) in MHD_run_from_select()
2361 if (MHD_NO == MHD_get_fdset2 (daemon, &rs, &ws, &es, &max, FD_SETSIZE)) in MHD_select()
2381 FD_SETSIZE)) ) in MHD_select()
2388 FD_SETSIZE)) ) in MHD_select()
3705 (daemon->wpipe[0] >= FD_SETSIZE) ) in MHD_start_daemon_va()
4046 if ( (socket_fd >= FD_SETSIZE) && in MHD_start_daemon_va()
4053 FD_SETSIZE); in MHD_start_daemon_va()
4214 (d->wpipe[0] >= FD_SETSIZE) ) in MHD_start_daemon_va()