Searched refs:time2str (Results 1 – 2 of 2) sorted by relevance
/curl/src/ |
H A D | tool_progress.c | 107 static void time2str(char *r, curl_off_t seconds) in time2str() function 267 time2str(time_left, left); in progress_meter() 268 time2str(time_total, est); in progress_meter() 271 time2str(time_left, 0); in progress_meter() 272 time2str(time_total, 0); in progress_meter() 274 time2str(time_spent, spent); in progress_meter()
|
/curl/lib/ |
H A D | progress.c | 40 static void time2str(char *r, curl_off_t seconds) in time2str() function 538 time2str(time_left, total_estm.secs > 0 ? (total_estm.secs - cur_secs) : 0); in progress_meter() 539 time2str(time_total, total_estm.secs); in progress_meter() 540 time2str(time_spent, cur_secs); in progress_meter()
|
Completed in 5 milliseconds