Searched refs:time2str (Results 1 - 3 of 3) sorted by relevance
/third_party/curl/src/ |
H A D | tool_progress.c | 109 static void time2str(char *r, curl_off_t seconds) in time2str() function 269 time2str(time_left, left); in progress_meter() 270 time2str(time_total, est); in progress_meter() 273 time2str(time_left, 0); in progress_meter() 274 time2str(time_total, 0); in progress_meter() 276 time2str(time_spent, spent); in progress_meter()
|
/third_party/curl/lib/ |
H A D | progress.c | 40 static void time2str(char *r, curl_off_t seconds) in time2str() function 537 time2str(time_left, total_estimate > 0?(total_estimate - timespent):0); in progress_meter() 538 time2str(time_total, total_estimate); in progress_meter() 539 time2str(time_spent, timespent); in progress_meter()
|
/third_party/backends/backend/pixma/ |
H A D | pixma_common.c | 176 time2str (char *buf, unsigned size) in time2str() function 208 time2str (buf, sizeof (buf)); in pixma_dump()
|
Completed in 4 milliseconds