Lines Matching refs:FD_ISSET
696 if(FD_ISSET(wsasock, readfds)) {
701 if(FD_ISSET(wsasock, writefds)) {
706 if(FD_ISSET(wsasock, exceptfds)) {
757 if(FD_ISSET(wsasock, &readsock))
759 if(FD_ISSET(wsasock, &writesock))
761 if(FD_ISSET(wsasock, &exceptsock))
854 if(FD_ISSET(wsasock, readfds) || FD_ISSET(wsasock, writefds) ||
855 FD_ISSET(wsasock, exceptfds)) {
868 if(FD_ISSET(fd, readfds))
870 if(FD_ISSET(fd, writefds))
872 if(FD_ISSET(fd, exceptfds))
1070 if(FD_ISSET(fileno(stdin), &fds_read)) {
1154 if((sockfd != CURL_SOCKET_BAD) && (FD_ISSET(sockfd, &fds_read)) ) {