Lines Matching refs:maxfd
1447 curl_socket_t maxfd = (curl_socket_t)-1;
1460 maxfd = rootfd;
1470 if(clientfd[i] > maxfd)
1471 maxfd = clientfd[i];
1477 if(clientfd[i] > maxfd)
1478 maxfd = clientfd[i];
1486 if(serverfd[i] > maxfd)
1487 maxfd = serverfd[i];
1493 if(serverfd[i] > maxfd)
1494 maxfd = serverfd[i];
1502 rc = select((int)maxfd + 1, &input, &output, NULL, &timeout);
2281 curl_socket_t maxfd = (curl_socket_t)-1;
2305 if(all_sockets[socket_idx] > maxfd)
2306 maxfd = all_sockets[socket_idx];
2313 rc = select((int)maxfd + 1, &input, &output, NULL, &timeout);