Home
last modified time | relevance | path

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

/src/crypto/openssl/ssl/
H A Dssl_sess.c39 __owur static ossl_inline int timeoutcmp(SSL_SESSION *a, SSL_SESSION *b) in timeoutcmp() function
1312 if (timeoutcmp(s, ctx->session_cache_head) >= 0) { in SSL_SESSION_list_add()
1321 } else if (timeoutcmp(s, ctx->session_cache_tail) < 0) { in SSL_SESSION_list_add()
1334 if (timeoutcmp(s, next) >= 0) { in SSL_SESSION_list_add()