Lines Matching refs:s_time
630 long bytes, clock_t *s_time, clock_t *c_time);
631 int doit_biopair(SSL *s_ssl, SSL *c_ssl, long bytes, clock_t *s_time,
923 clock_t s_time = 0, c_time = 0; in main() local
1822 ret = doit_biopair(s_ssl, c_ssl, bytes, &s_time, &c_time); in main()
1827 bytes, &s_time, &c_time); in main()
1831 bytes, &s_time, &c_time); in main()
1897 (double)s_time / CLOCKS_PER_SEC, in main()
1903 (double)s_time, (double)c_time); in main()
1934 clock_t *s_time, clock_t *c_time) in doit_localhost() argument
2166 *s_time += (clock() - s_clock); in doit_localhost()
2231 clock_t *s_time, clock_t *c_time) in doit_biopair() argument
2445 *s_time += (clock() - s_clock); in doit_biopair()