Searched refs:alpn_select_proto_cb (Results 1 - 3 of 3) sorted by relevance
/third_party/nghttp2/examples/ |
H A D | libevent-server.c | 125 static int alpn_select_proto_cb(SSL *ssl, const unsigned char **out, in alpn_select_proto_cb() function 190 SSL_CTX_set_alpn_select_cb(ssl_ctx, alpn_select_proto_cb, NULL); in create_ssl_ctx()
|
/third_party/nghttp2/src/ |
H A D | HttpServer.cc | 2098 int alpn_select_proto_cb(SSL *ssl, const unsigned char **out, in alpn_select_proto_cb() function 2251 SSL_CTX_set_alpn_select_cb(ssl_ctx, alpn_select_proto_cb, this); in run()
|
H A D | shrpx_tls.cc | 681 int alpn_select_proto_cb(SSL *ssl, const unsigned char **out, in alpn_select_proto_cb() function 1159 SSL_CTX_set_alpn_select_cb(ssl_ctx, alpn_select_proto_cb, nullptr); in create_ssl_context()
|
Completed in 9 milliseconds