Home
last modified time | relevance | path

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

/external/curl/lib/
Dprogress.c32 static void time2str(char *r, curl_off_t seconds) in time2str() function
446 time2str(time_left, total_estimate > 0?(total_estimate - timespent):0); in Curl_pgrsUpdate()
447 time2str(time_total, total_estimate); in Curl_pgrsUpdate()
448 time2str(time_spent, timespent); in Curl_pgrsUpdate()