Searched refs:time_total (Results 1 – 6 of 6) sorted by relevance
/external/curl/tests/libtest/ |
D | lib500.c | 103 curl_off_t time_total; in test() local 111 curl_easy_getinfo(curl, CURLINFO_TOTAL_TIME_T, &time_total); in test() 137 if(time_starttransfer > time_total) { in test() 142 (time_total / 1000000), (long)(time_total % 1000000)); in test()
|
/external/tremolo/Tremolo/ |
D | vorbisfile.c | 1434 ogg_int64_t time_total=ov_time_total(vf,-1); in ov_time_seek() local 1438 if(milliseconds<0 || milliseconds>time_total)return OV_EINVAL; in ov_time_seek() 1443 time_total-=ov_time_total(vf,link); in ov_time_seek() 1444 if(milliseconds>=time_total)break; in ov_time_seek() 1452 ov_pcm_seek(vf,pcm_total+(milliseconds-time_total)* in ov_time_seek() 1464 ogg_int64_t time_total=ov_time_total(vf,-1); in ov_time_seek_page() local 1468 if(milliseconds<0 || milliseconds>time_total)return OV_EINVAL; in ov_time_seek_page() 1473 time_total-=ov_time_total(vf,link); in ov_time_seek_page() 1474 if(milliseconds>=time_total)break; in ov_time_seek_page() 1482 ov_pcm_seek_page(vf,pcm_total+(milliseconds-time_total)* in ov_time_seek_page() [all …]
|
/external/curl/src/ |
D | tool_progress.c | 185 char time_total[10]; in progress_meter() local 276 time2str(time_total, est); in progress_meter() 280 time2str(time_total, 0); in progress_meter() 306 time_total, in progress_meter()
|
/external/curl/lib/ |
D | progress.c | 480 char time_total[10]; in progress_meter() local 534 time2str(time_total, total_estimate); in progress_meter() 567 time_total, /* 8 letters */ /* total time */ in progress_meter()
|
/external/curl/tests/data/ |
D | test970 | 62 …,"http_code":200,"response_code":200,"num_headers":9,"http_connect":0,"time_total":0.000013,"time_…
|
/external/curl/docs/cmdline-opts/ |
D | write-out.d | 161 .B time_total
|