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

/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dssl_sess.c148 static int remove_session_lock(SSL_CTX *ctx, SSL_SESSION *c, int lck);
693 if (!remove_session_lock(ctx,
707 return remove_session_lock(ctx, c, 1);
710 static int remove_session_lock(SSL_CTX *ctx, SSL_SESSION *c, int lck) function
/external/openssl/ssl/
H A Dssl_sess.c148 static int remove_session_lock(SSL_CTX *ctx, SSL_SESSION *c, int lck);
693 if (!remove_session_lock(ctx,
707 return remove_session_lock(ctx, c, 1);
710 static int remove_session_lock(SSL_CTX *ctx, SSL_SESSION *c, int lck) function

Completed in 160 milliseconds