Home | History | Annotate | Download | only in test

Lines Matching refs:s_time

622                    long bytes, clock_t *s_time, clock_t *c_time);
623 int doit_biopair(SSL *s_ssl, SSL *c_ssl, long bytes, clock_t *s_time,
917 clock_t s_time = 0, c_time = 0;
1801 ret = doit_biopair(s_ssl, c_ssl, bytes, &s_time, &c_time);
1806 bytes, &s_time, &c_time);
1810 bytes, &s_time, &c_time);
1875 (double)s_time / CLOCKS_PER_SEC,
1881 (double)s_time, (double)c_time);
1913 clock_t *s_time, clock_t *c_time)
2074 * c_time and s_time increments will typically be very small
2145 *s_time += (clock() - s_clock);
2193 clock_t *s_time, clock_t *c_time)
2336 * c_time and s_time increments will typically be very small
2407 *s_time += (clock() - s_clock);