Searched refs:tmax (Results 1 – 2 of 2) sorted by relevance
426 struct curltime t, tmax; in cf_get_max_baller_time() local428 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()
1033 struct curltime t, tmax; in get_max_baller_time() local1036 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 12 milliseconds