HomeSort by relevance Sort by last modified time
    Searched full:remove_session_lock (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/ssl/
ssl_sess.c 148 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
    [all...]
  /external/openssl/ssl/
ssl_sess.c 148 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
    [all...]

Completed in 83 milliseconds