Home
last modified time | relevance | path

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

/curl/tests/libtest/
H A Dtesttrace.c97 time_t secs; in libtest_debug_cb() local
111 secs = epoch_offset + tv.tv_sec; in libtest_debug_cb()
112 now = localtime(&secs); /* not thread safe but we don't care */ in libtest_debug_cb()
/curl/lib/
H A Dprogress.c473 curl_off_t secs; member
490 est->secs = 0; in pgrs_estimates()
493 est->secs = d->total_size / d->speed; in pgrs_estimates()
531 total_estm.secs = CURLMAX(ul_estm.secs, dl_estm.secs); in progress_meter()
533 time2str(time_left, total_estm.secs > 0 ? (total_estm.secs - cur_secs) : 0); in progress_meter()
534 time2str(time_total, total_estm.secs); in progress_meter()
/curl/src/
H A Dtool_cb_dbg.c52 time_t secs; in hms_for_sec() local
58 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()
H A Dtool_writeout.c175 curl_off_t secs = us / 1000000; in writeTime() local
182 ".%06" CURL_FORMAT_CURL_OFF_TU, secs, us); in writeTime()
/curl/docs/examples/
H A Dhttp2-upload.c141 time_t secs; in my_trace() local
150 secs = epoch_offset + tv.tv_sec; in my_trace()
151 now = localtime(&secs); /* not thread safe but we do not care */ in my_trace()
/curl/tests/data/
H A Dtest30337 HTTPS with 8 secs timeout
H A Dtest2933 HTTP with 2 secs timeout

Completed in 17 milliseconds