HomeSort by: relevance | last modified time | path
    Searched refs:remove_session_lock (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_sess.c 21 static int remove_session_lock(SSL_CTX *ctx, SSL_SESSION *c, int lck);
703 if (!remove_session_lock(ctx, ctx->session_cache_tail, 0))
716 return remove_session_lock(ctx, c, 1);
719 static int remove_session_lock(SSL_CTX *ctx, SSL_SESSION *c, int lck) function
  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_sess.c 26 static int remove_session_lock(SSL_CTX *ctx, SSL_SESSION *c, int lck);
787 if (!remove_session_lock(ctx, ctx->session_cache_tail, 0))
812 return remove_session_lock(ctx, c, 1);
815 static int remove_session_lock(SSL_CTX *ctx, SSL_SESSION *c, int lck) function
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_sess.c 25 static int remove_session_lock(SSL_CTX *ctx, SSL_SESSION *c, int lck);
804 if (!remove_session_lock(ctx, ctx->session_cache_tail, 0))
829 return remove_session_lock(ctx, c, 1);
832 static int remove_session_lock(SSL_CTX *ctx, SSL_SESSION *c, int lck) function

Completed in 42 milliseconds