Home
last modified time | relevance | path

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

/external/curl/lib/
Dprogress.c36 static void time2str(char *r, curl_off_t seconds) in time2str() function
561 time2str(time_left, total_estimate > 0?(total_estimate - timespent):0); in Curl_pgrsUpdate()
562 time2str(time_total, total_estimate); in Curl_pgrsUpdate()
563 time2str(time_spent, timespent); in Curl_pgrsUpdate()