Searched refs:gMaxFD (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSPosix/
H A DmDNSPosix.c79 static int gMaxFD; // largest fd in gEventFDs variable
1643 // update gMaxFD
1648 gMaxFD = 0;
1650 if (gMaxFD < iSource->fd)
1651 gMaxFD = iSource->fd;
1749 if (fdMax < gMaxFD)
1750 fdMax = gMaxFD;

Completed in 120 milliseconds