Searched refs:secs (Results 1 – 7 of 7) sorted by relevance
95 time_t secs; in libtest_debug_cb() local109 secs = epoch_offset + tv.tv_sec; in libtest_debug_cb()110 now = localtime(&secs); /* not thread safe but we don't care */ in libtest_debug_cb()
478 curl_off_t secs; member495 est->secs = 0; in pgrs_estimates()498 est->secs = d->total_size / d->speed; in pgrs_estimates()536 total_estm.secs = CURLMAX(ul_estm.secs, dl_estm.secs); in progress_meter()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()
142 time_t secs; in my_trace() local151 secs = epoch_offset + tv.tv_sec; in my_trace()152 now = localtime(&secs); /* not thread safe but we do not care */ in my_trace()
52 time_t secs; in hms_for_sec() local58 secs = epoch_offset + tv_sec; in hms_for_sec()60 now = localtime(&secs); /* not thread safe but we do not care */ in hms_for_sec()
175 curl_off_t secs = us / 1000000; in writeTime() local182 ".%06" CURL_FORMAT_CURL_OFF_TU, secs, us); in writeTime()
37 HTTPS with 8 secs timeout
33 HTTP with 2 secs timeout
Completed in 29 milliseconds