Home
last modified time | relevance | path

Searched refs:left_ms (Results 1 – 2 of 2) sorted by relevance

/curl/lib/
H A Dconnect.c164 timediff_t left_ms; in Curl_shutdown_timeleft() local
173 left_ms = conn->shutdown.timeout_ms - in Curl_shutdown_timeleft()
175 return left_ms ? left_ms : -1; in Curl_shutdown_timeleft()
181 timediff_t left_ms = 0, ms; in Curl_conn_shutdown_timeleft() local
193 if(ms && (!left_ms || ms < left_ms)) in Curl_conn_shutdown_timeleft()
194 left_ms = ms; in Curl_conn_shutdown_timeleft()
196 return left_ms; in Curl_conn_shutdown_timeleft()
H A Dws.c1069 timediff_t left_ms; in ws_send_raw_blocking() local
1074 left_ms = Curl_timeleft(data, NULL, FALSE); in ws_send_raw_blocking()
1075 if(left_ms < 0) { in ws_send_raw_blocking()
1084 left_ms ? left_ms : 500); in ws_send_raw_blocking()

Completed in 14 milliseconds