HomeSort by relevance Sort by last modified time
    Searched refs:new_session_cb (Results 1 - 9 of 9) sorted by null

  /external/libmicrohttpd/src/testspdy/
test_session_timeout.c 85 new_session_cb (void *cls, function
140 &new_session_cb,
  /external/libmicrohttpd/src/microspdy/
structures.h 909 SPDY_NewSessionCallback new_session_cb; member in struct:SPDY_Daemon
daemon.c 238 daemon->new_session_cb = nscb;
session.c     [all...]
  /external/boringssl/src/ssl/
tls13_client.cc 763 if (ssl->ctx->new_session_cb != NULL &&
764 ssl->ctx->new_session_cb(ssl, session.get())) {
765 /* |new_session_cb|'s return value signals that it took ownership. */
ssl_session.cc     [all...]
ssl_lib.cc     [all...]
  /external/libmicrohttpd/src/spdy2http/
proxy.c 367 new_session_cb (void * cls, function
1018 &new_session_cb,
1047 &new_session_cb,
    [all...]
  /external/boringssl/src/include/openssl/
ssl.h 4186 int (*new_session_cb)(SSL *ssl, SSL_SESSION *sess); member in struct:ssl_ctx_st
    [all...]

Completed in 107 milliseconds