Home
last modified time | relevance | path

Searched refs:secs (Results 1 – 6 of 6) 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/src/
H A Dtool_cb_dbg.c54 time_t secs; in hms_for_sec() local
60 secs = epoch_offset + tv_sec; in hms_for_sec()
62 now = localtime(&secs); /* not thread safe but we don't care */ in hms_for_sec()
H A Dtool_writeout.c174 curl_off_t secs = us / 1000000; in writeTime() local
181 ".%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 Dtest2930 HTTP with 2 secs timeout
H A Dtest30337 HTTPS with 8 secs timeout

Completed in 27 milliseconds