Home | History | Annotate | Download | only in ftp

Lines Matching defs:nfd

546 	int		nr, nfd;
549 nfd = 0;
551 pfd[nfd].fd = fileno(ecin);
552 pfd[nfd++].events = POLLIN;
556 pfd[nfd].fd = fileno(din);
557 pfd[nfd++].events = POLLIN;
560 if ((nr = ftp_poll(pfd, nfd, sec * 1000)) <= 0)
564 nfd = 0;
566 nr |= (pfd[nfd++].revents & POLLIN) ? 1 : 0;
568 nr |= (pfd[nfd++].revents & POLLIN) ? 2 : 0;