Home | History | Annotate | Download | only in Modules

Lines Matching defs:nfds

1879     int nfds;
1923 nfds = Py_SAFE_DOWNCAST(s->sock_fd+1, SOCKET_T, int);
1925 rc = select(nfds, NULL, &fds, NULL, &tv);
1927 rc = select(nfds, &fds, NULL, NULL, &tv);