Home
last modified time | relevance | path

Searched refs:get_default_alpn (Results 1 – 5 of 5) sorted by relevance

/third_party/nghttp2/src/
Dutil.h607 std::vector<unsigned char> get_default_alpn();
Dutil.cc863 std::vector<unsigned char> get_default_alpn() { in get_default_alpn() function
DHttpServer.cc2240 next_proto = util::get_default_alpn(); in run()
Dshrpx_tls.cc2393 auto alpn = util::get_default_alpn(); in setup_downstream_http2_alpn()
Dnghttp.cc2358 auto proto_list = util::get_default_alpn(); in communicate()