Home
last modified time | relevance | path

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

/curl/lib/
H A Dcf-https-connect.c426 struct curltime t, tmax; in cf_get_max_baller_time() local
428 memset(&tmax, 0, sizeof(tmax)); in cf_get_max_baller_time()
432 if((t.tv_sec || t.tv_usec) && Curl_timediff_us(t, tmax) > 0) in cf_get_max_baller_time()
433 tmax = t; in cf_get_max_baller_time()
438 if((t.tv_sec || t.tv_usec) && Curl_timediff_us(t, tmax) > 0) in cf_get_max_baller_time()
439 tmax = t; in cf_get_max_baller_time()
441 return tmax; in cf_get_max_baller_time()
H A Dconnect.c1033 struct curltime t, tmax; in get_max_baller_time() local
1036 memset(&tmax, 0, sizeof(tmax)); in get_max_baller_time()
1043 if((t.tv_sec || t.tv_usec) && Curl_timediff_us(t, tmax) > 0) in get_max_baller_time()
1044 tmax = t; in get_max_baller_time()
1047 return tmax; in get_max_baller_time()

Completed in 17 milliseconds