Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_config.h417 struct AltSvc { struct
732 std::vector<AltSvc> altsvcs;
Dshrpx_https_upstream.cc1054 const AltSvc &altsvc) { in write_altsvc()
Dshrpx_config.cc3159 AltSvc altsvc{}; in parse_config()
/third_party/node/src/
Dnode_http2.h587 void AltSvc(int32_t id,
708 static void AltSvc(const v8::FunctionCallbackInfo<v8::Value>& args);
Dnode_http2.cc2773 void Http2Session::AltSvc(int32_t id, in AltSvc() function in node::http2::Http2Session
2793 void Http2Session::AltSvc(const FunctionCallbackInfo<Value>& args) { in AltSvc() function in node::http2::Http2Session
2820 session->AltSvc(id, *origin, origin_len, *value, value_len); in AltSvc()
3117 env->SetProtoMethod(session, "altsvc", Http2Session::AltSvc); in Initialize()