FD_SETSIZE         39 ext/-test-/win32/fd_setsize/fd_setsize.c     for (i = 0; i < FD_SETSIZE * 2; i++) {
FD_SETSIZE         42 ext/-test-/win32/fd_setsize/fd_setsize.c 	if (set.fd_count > FD_SETSIZE) {
FD_SETSIZE        363 include/ruby/intern.h #define rb_fd_max(f)	FD_SETSIZE
FD_SETSIZE        602 include/ruby/win32.h         if ((set)->fd_count < FD_SETSIZE) {\
FD_SETSIZE       3574 thread.c           set->capa = FD_SETSIZE;
FD_SETSIZE       3606 thread.c       	set->capa = (set->fdset->fd_count / FD_SETSIZE + 1) * FD_SETSIZE;
FD_SETSIZE       2700 win32/win32.c  	dst->capa = (src->fd_count / FD_SETSIZE + 1) * FD_SETSIZE;
FD_SETSIZE       2714 win32/win32.c  	dst->capa = (src->fdset->fd_count / FD_SETSIZE + 1) * FD_SETSIZE;
FD_SETSIZE       2752 win32/win32.c  			dst->capa = (dst->fdset->fd_count / FD_SETSIZE + 1) * FD_SETSIZE;
FD_SETSIZE       2787 win32/win32.c  	if (d == dst->fd_count && d < FD_SETSIZE) {