Lines Matching refs:number
26 SSL_CTX_sess_number() returns the current number of sessions in the internal
29 SSL_CTX_sess_connect() returns the number of started SSL/TLS handshakes in
32 SSL_CTX_sess_connect_good() returns the number of successfully established
35 SSL_CTX_sess_connect_renegotiate() returns the number of started renegotiations
38 SSL_CTX_sess_accept() returns the number of started SSL/TLS handshakes in
41 SSL_CTX_sess_accept_good() returns the number of successfully established
44 SSL_CTX_sess_accept_renegotiate() returns the number of started renegotiations
47 SSL_CTX_sess_hits() returns the number of successfully reused sessions.
52 SSL_CTX_sess_cb_hits() returns the number of successfully retrieved sessions
55 SSL_CTX_sess_misses() returns the number of sessions proposed by clients
58 SSL_CTX_sess_timeouts() returns the number of sessions proposed by clients
63 SSL_CTX_sess_cache_full() returns the number of sessions that were removed