Home | History | Annotate | Download | only in native

Lines Matching refs:maxFd

5646         int maxFd = (intFd > appData->fdsEmergency[0]) ? intFd : appData->fdsEmergency[0];
5660 result = select(maxFd + 1, &rfds, &wfds, NULL, ptv);