Home
last modified time | relevance | path

Searched refs:get_alpn (Results 1 – 4 of 4) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_client_handler.h194 StringRef get_alpn() const;
Dshrpx_mruby_module_env.cc435 auto alpn = handler->get_alpn(); in env_get_alpn()
Dshrpx_client_handler.cc1699 StringRef ClientHandler::get_alpn() const { return alpn_; } in get_alpn() function in shrpx::ClientHandler
Dshrpx_http3_upstream.cc476 auto alpn = handler_->get_alpn(); in handshake_completed()