Searched refs:remove_session_lock (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/crypto/openssl/ssl/
H A Dssl_sess.c69 static int remove_session_lock(SSL_CTX *ctx, SSL_SESSION *c, int lck);
609 if (!remove_session_lock(ctx, ctx->session_cache_tail, 0))
622 return remove_session_lock(ctx, c, 1);
625 static int remove_session_lock(SSL_CTX *ctx, SSL_SESSION *c, int lck) function

Completed in 43 milliseconds