Home
last modified time | relevance | path

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

/curl/tests/http/
H A Dtest_04_stuttered.py82 t_avg, i_min, t_min, i_max, t_max = self.stats_spread(r.stats[warmups:], 'time_total')
104 t_avg, i_min, t_min, i_max, t_max = self.stats_spread(r.stats[warmups:], 'time_total')
126 t_avg, i_min, t_min, i_max, t_max = self.stats_spread(r.stats[warmups:], 'time_total')
135 i_max = -1
141 i_max = idx
145 return stotals/len(stats), i_min, s_min, i_max, s_max
/curl/lib/vtls/
H A Dopenssl.c1005 size_t i, i_max; in ossl_seed() local
1006 for(i = 0, i_max = len / sizeof(struct curltime); i < i_max; ++i) { in ossl_seed()

Completed in 18 milliseconds