Home
last modified time | relevance | path

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

/openssl/ssl/
H A Dssl_sess.c38 __owur static ossl_inline int timeoutcmp(SSL_SESSION *a, SSL_SESSION *b) in timeoutcmp() function
1246 if (timeoutcmp(s, ctx->session_cache_head) >= 0) { in SSL_SESSION_list_add()
1255 } else if (timeoutcmp(s, ctx->session_cache_tail) < 0) { in SSL_SESSION_list_add()
1268 if (timeoutcmp(s, next) >= 0) { in SSL_SESSION_list_add()

Completed in 13 milliseconds