OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timeoutcmp
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/ssl/
ssl_sess.c
39
__owur static ossl_inline int
timeoutcmp
(SSL_SESSION *a, SSL_SESSION *b)
function
1312
if (
timeoutcmp
(s, ctx->session_cache_head) >= 0) {
1321
} else if (
timeoutcmp
(s, ctx->session_cache_tail) < 0) {
1334
if (
timeoutcmp
(s, next) >= 0) {
/src/crypto/external/bsd/openssl/dist/ssl/
ssl_sess.c
41
__owur static int
timeoutcmp
(SSL_SESSION *a, SSL_SESSION *b)
function
1284
if (
timeoutcmp
(s, ctx->session_cache_head) >= 0) {
1293
} else if (
timeoutcmp
(s, ctx->session_cache_tail) < 0) {
1306
if (
timeoutcmp
(s, next) >= 0) {
Completed in 21 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026