Searched refs:poll_cnt (Results 1 – 1 of 1) sorted by relevance
1315 int poll_cnt; in telnet_do() local1523 poll_cnt = 1; in telnet_do()1530 poll_cnt = 2; in telnet_do()1540 DEBUGF(infof(data, "telnet_do, poll %d fds", poll_cnt)); in telnet_do()1541 switch(Curl_poll(pfd, (unsigned int)poll_cnt, interval_ms)) { in telnet_do()1594 if(poll_cnt == 2) { in telnet_do()
Completed in 6 milliseconds