Home
last modified time | relevance | path

Searched refs:s_time (Results 1 – 6 of 6) sorted by relevance

/third_party/ltp/testcases/realtime/func/gtod_latency/
Dgtod_infinite.c106 nsec_t s_time, e_time, diff_time; in main() local
171 ts_to_nsec(&p_ts, &s_time); in main()
174 diff_time = e_time - s_time; in main()
/third_party/openssl/doc/man1/
Ds_time.pod5 openssl-s_time,
6 s_time - SSL/TLS performance timing program
10 B<openssl> B<s_time>
32 The B<s_time> command implements a generic SSL/TLS client which connects to a
53 index.htm[l] page. If this parameter is not specified, then B<s_time> will only
152 Specifies how long (in seconds) B<s_time> should establish connections and
154 and the link speed determine how many connections B<s_time> can establish.
160 B<s_time> can be used to measure the performance of an SSL connection.
163 …openssl s_time -connect servername:443 -www / -CApath yourdir -CAfile yourfile.pem -cipher commonc…
Dopenssl.pod245 =item B<s_time>
547 L<s_server(1)>, L<s_time(1)>, L<sess_id(1)>,
/third_party/glib/glib/
Dgtimezone.c701 copy_windows_systemtime (SYSTEMTIME *s_time, TimeZoneDate *tzdate) in copy_windows_systemtime() argument
704 = s_time->wHour * 3600 + s_time->wMinute * 60 + s_time->wSecond; in copy_windows_systemtime()
705 tzdate->mon = s_time->wMonth; in copy_windows_systemtime()
706 tzdate->year = s_time->wYear; in copy_windows_systemtime()
707 tzdate->wday = s_time->wDayOfWeek ? s_time->wDayOfWeek : 7; in copy_windows_systemtime()
709 if (s_time->wYear) in copy_windows_systemtime()
711 tzdate->mday = s_time->wDay; in copy_windows_systemtime()
715 tzdate->week = s_time->wDay; in copy_windows_systemtime()
/third_party/openssl/test/
Dssltest_old.c622 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; in main() local
1801 ret = doit_biopair(s_ssl, c_ssl, bytes, &s_time, &c_time); in main()
1806 bytes, &s_time, &c_time); in main()
1810 bytes, &s_time, &c_time); in main()
1875 (double)s_time / CLOCKS_PER_SEC, in main()
1881 (double)s_time, (double)c_time); in main()
1913 clock_t *s_time, clock_t *c_time) in doit_localhost() argument
2145 *s_time += (clock() - s_clock); in doit_localhost()
[all …]
/third_party/openssl/apps/
Dbuild.info7 s_client.c s_server.c s_time.c sess_id.c smime.c speed.c spkac.c