Searched refs:maxfd (Results 1 – 2 of 2) sorted by relevance
308 int maxfd = -1; in ProcessIncoming() local317 if (maxfd < fd) { in ProcessIncoming()318 maxfd = fd; in ProcessIncoming()324 if (maxfd < fd) { in ProcessIncoming()325 maxfd = fd; in ProcessIncoming()331 if (maxfd < fd) { in ProcessIncoming()332 maxfd = fd; in ProcessIncoming()338 if (maxfd < 0) { in ProcessIncoming()355 selCount = select(maxfd+1, &readfds, NULL, NULL, NULL); in ProcessIncoming()
359 int maxfd = -1; in ProcessIncoming() local368 if (maxfd < fd) { in ProcessIncoming()369 maxfd = fd; in ProcessIncoming()375 if (maxfd < fd) { in ProcessIncoming()376 maxfd = fd; in ProcessIncoming()382 if (maxfd < fd) { in ProcessIncoming()383 maxfd = fd; in ProcessIncoming()389 if (maxfd < 0) { in ProcessIncoming()406 selCount = select(maxfd+1, &readfds, NULL, NULL, NULL); in ProcessIncoming()