handle_slot_to_fd   41 win32/select.c 	int handle_slot_to_fd[MAXIMUM_WAIT_OBJECTS];
handle_slot_to_fd   82 win32/select.c 				handle_slot_to_fd[n_handles] = i;
handle_slot_to_fd  138 win32/select.c 						if (SAFE_FD_ISSET(handle_slot_to_fd[i], rfds)) {
handle_slot_to_fd  139 win32/select.c 							FD_SET((uint)handle_slot_to_fd[i], &aread);
handle_slot_to_fd  141 win32/select.c 						if (SAFE_FD_ISSET(handle_slot_to_fd[i], wfds)) {
handle_slot_to_fd  142 win32/select.c 							FD_SET((uint)handle_slot_to_fd[i], &awrite);
handle_slot_to_fd  144 win32/select.c 						if (SAFE_FD_ISSET(handle_slot_to_fd[i], efds)) {
handle_slot_to_fd  145 win32/select.c 							FD_SET((uint)handle_slot_to_fd[i], &aexcept);