Searched refs:timeoutcmp (Results 1 – 1 of 1) sorted by relevance
39 __owur static ossl_inline int timeoutcmp(SSL_SESSION *a, SSL_SESSION *b) in timeoutcmp() function1312 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()