Searched refs:ELAPSED_MS (Results 1 – 1 of 1) sorted by relevance
54 #define ELAPSED_MS() (int)Curl_timediff(Curl_now(), initial_tv) macro113 pending_ms = timeout_ms - ELAPSED_MS(); in Curl_wait_ms()224 pending_ms = (int)(timeout_ms - ELAPSED_MS()); in Curl_socket_check()340 pending_ms = (int)(timeout_ms - ELAPSED_MS()); in Curl_socket_check()446 pending_ms = (int)(timeout_ms - ELAPSED_MS()); in Curl_poll()534 pending_ms = timeout_ms - ELAPSED_MS(); in Curl_poll()