Searched refs:FD_SETSIZE (Results 1 – 13 of 13) sorted by relevance
132 #ifndef FD_SETSIZE133 # define FD_SETSIZE (8*sizeof(fd_set)) macro284 if (FD_SETSIZE > 0 && (unsigned)fd >= FD_SETSIZE) in RAND_poll()
274 if (lcconf->sock_admin >= FD_SETSIZE) { in initfds()287 if (lcconf->sock_pfkey >= FD_SETSIZE) { in initfds()295 if (lcconf->rtsock >= FD_SETSIZE) { in initfds()306 if (p->sock >= FD_SETSIZE) { in initfds()
130 #ifndef FD_SETSIZE131 #define FD_SETSIZE MAX_NOFILE macro
43 #ifndef FD_SETSIZE44 #define FD_SETSIZE 6449 SOCKET fd_array[FD_SETSIZE]; /* an array of SOCKETs */79 if (((fd_set FAR *)(set))->fd_count < FD_SETSIZE) \
69 for (fd = 0; fd < FD_SETSIZE; fd++) { in iolooper_fd_count()
52 #ifdef FD_SETSIZE /* should be in types.h, butcha never know. */53 #undef FD_SETSIZE /* if we ever need more than 16 active */55 #define FD_SETSIZE 16 /* <-- this'll give us a long anyways, wtf */ macro1139 if (fd > FD_SETSIZE) {
101 Linux sys/time.h does not really support presetting of FD_SETSIZE; a harmless
181 #define FD_SETSIZE __FD_SETSIZE macro
1038 if (ifd >= FD_SETSIZE || ofd >= FD_SETSIZE || pty_master >= FD_SETSIZE)
1063 if (fd >= FD_SETSIZE) in add_fd()
226 r = select(FD_SETSIZE, &readfds, NULL, NULL, &to); in eloWaitForInput()
521 #ifdef FD_SETSIZE in main()522 if (FD_SETSIZE < (unsigned)max_fd) in main()523 max_fd = FD_SETSIZE; in main()
1921 if (select(FD_SETSIZE, in shutdown_control()2389 if ((counter = select(FD_SETSIZE, in recv_response_timed()