Home
last modified time | relevance | path

Searched refs:interval_ms (Results 1 – 3 of 3) sorted by relevance

/curl/lib/
H A Dpingpong.c90 timediff_t interval_ms; in Curl_pp_statemach() local
100 interval_ms = 1000; /* use 1 second timeout intervals */ in Curl_pp_statemach()
101 if(timeout_ms < interval_ms) in Curl_pp_statemach()
102 interval_ms = timeout_ms; in Curl_pp_statemach()
105 interval_ms = 0; /* immediate */ in Curl_pp_statemach()
119 interval_ms); in Curl_pp_statemach()
H A Dtelnet.c1313 timediff_t interval_ms; in telnet_do() local
1524 interval_ms = 100; /* poll user-supplied read function */ in telnet_do()
1531 interval_ms = 1 * 1000; in telnet_do()
1541 switch(Curl_poll(pfd, (unsigned int)poll_cnt, interval_ms)) { in telnet_do()
H A Dftp.c650 timediff_t interval_ms; in Curl_GetFTPResponse() local
657 interval_ms = 1000; /* use 1 second timeout intervals */ in Curl_GetFTPResponse()
658 if(timeout < interval_ms) in Curl_GetFTPResponse()
659 interval_ms = timeout; in Curl_GetFTPResponse()
686 int ev = Curl_socket_check(sockfd, CURL_SOCKET_BAD, wsock, interval_ms); in Curl_GetFTPResponse()

Completed in 23 milliseconds