Home
last modified time | relevance | path

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

/curl/lib/
H A Dcf-https-connect.c365 struct curltime t, tmax; in cf_get_max_baller_time() local
367 memset(&tmax, 0, sizeof(tmax)); in cf_get_max_baller_time()
371 if((t.tv_sec || t.tv_usec) && Curl_timediff_us(t, tmax) > 0) in cf_get_max_baller_time()
372 tmax = t; in cf_get_max_baller_time()
377 if((t.tv_sec || t.tv_usec) && Curl_timediff_us(t, tmax) > 0) in cf_get_max_baller_time()
378 tmax = t; in cf_get_max_baller_time()
380 return tmax; in cf_get_max_baller_time()
H A Dconnect.c972 struct curltime t, tmax; in get_max_baller_time() local
975 memset(&tmax, 0, sizeof(tmax)); in get_max_baller_time()
982 if((t.tv_sec || t.tv_usec) && Curl_timediff_us(t, tmax) > 0) in get_max_baller_time()
983 tmax = t; in get_max_baller_time()
986 return tmax; in get_max_baller_time()

Completed in 11 milliseconds