Home
last modified time | relevance | path

Searched refs:tval (Results 1 – 2 of 2) sorted by relevance

/curl/tests/libtest/
H A Dlib1541.c59 curl_off_t tval; in check_time() local
60 CURLcode res = curl_easy_getinfo(easy, (CURLINFO)key, &tval); in check_time()
65 report_time(name, where, tval, tval > 0); in check_time()
71 curl_off_t tval; in check_time0() local
72 CURLcode res = curl_easy_getinfo(easy, (CURLINFO)key, &tval); in check_time0()
77 report_time(name, where, tval, !tval); in check_time0()
/curl/tests/http/
H A Dscorecard.py563 def fmt_ms(self, tval): argument
564 return f'{int(tval*1000)} ms' if tval >= 0 else '--'

Completed in 9 milliseconds