Home | History | Annotate | Download | only in apps

Lines Matching refs:readfds

1955 	fd_set readfds;
2099 FD_ZERO(&readfds);
2101 openssl_fdset(fileno(stdin),&readfds);
2103 openssl_fdset(s,&readfds);
2118 i=select(width,(void *)&readfds,NULL,NULL,&tv);
2127 i=select(width,(void *)&readfds,NULL,NULL,&tv);
2140 i=select(width,(void *)&readfds,NULL,NULL,timeoutp);
2148 if (FD_ISSET(fileno(stdin),&readfds))
2151 if (FD_ISSET(s,&readfds))