Lines Matching refs:except_fd_set
1570 * @param except_fd_set except set
1583 fd_set *except_fd_set,
1598 * @param except_fd_set except set
1612 fd_set *except_fd_set,
1627 * @param except_fd_set except set
1636 #define MHD_get_fdset(daemon,read_fd_set,write_fd_set,except_fd_set,max_fd) \
1637 MHD_get_fdset2((daemon),(read_fd_set),(write_fd_set),(except_fd_set),(max_fd),FD_SETSIZE)
1697 * @param except_fd_set except set (not used, can be NULL)
1705 const fd_set *except_fd_set);