Home
last modified time | relevance | path

Searched refs:new_session_cb (Results 1 – 8 of 8) sorted by relevance

/external/libmicrohttpd/src/testspdy/
Dtest_session_timeout.c85 new_session_cb (void *cls, in new_session_cb() function
140 &new_session_cb, in parentproc()
/external/boringssl/src/ssl/
Dssl_session.c707 ctx->new_session_cb = cb; in SSL_CTX_sess_set_new_cb()
711 return ctx->new_session_cb; in SSL_CTX_sess_get_new_cb()
Dssl_lib.c1767 if (ctx->new_session_cb != NULL && in ssl_update_cache()
1768 !ctx->new_session_cb(ssl, SSL_SESSION_up_ref(ssl->session))) { in ssl_update_cache()
/external/libmicrohttpd/src/spdy2http/
Dproxy.c367 new_session_cb (void * cls, in new_session_cb() function
1018 &new_session_cb, in run()
1047 &new_session_cb, in run()
/external/libmicrohttpd/src/microspdy/
Dstructures.h909 SPDY_NewSessionCallback new_session_cb; member
Ddaemon.c238 daemon->new_session_cb = nscb; in SPDYF_start_daemon_va()
Dsession.c1470 if(NULL != daemon->new_session_cb) in SPDYF_session_accept()
1471 daemon->new_session_cb(daemon->cls, session); in SPDYF_session_accept()
/external/boringssl/src/include/openssl/
Dssl.h1658 SSL_CTX *ctx, int (*new_session_cb)(SSL *ssl, SSL_SESSION *session));
3529 int (*new_session_cb)(SSL *ssl, SSL_SESSION *sess); member