Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_http_test.cc124 std::vector<AltSvc> altsvcs{
125 AltSvc{
139 std::vector<AltSvc> altsvcs{
140 AltSvc{
145 AltSvc{
Dshrpx_http.h84 const std::vector<AltSvc> &altsvcs);
Dshrpx_config.h479 struct AltSvc { struct
861 std::vector<AltSvc> altsvcs;
864 std::vector<AltSvc> http2_altsvcs;
Dshrpx_http.cc224 const std::vector<AltSvc> &altsvcs) { in create_altsvc_header_value()
Dshrpx_config.cc427 int parse_altsvc(AltSvc &altsvc, const StringRef &opt, in parse_altsvc()
3402 AltSvc altsvc{}; in parse_config()
4023 AltSvc altsvc{}; in parse_config()
/third_party/node/src/
Dnode_http2.h591 void AltSvc(int32_t id,
712 static void AltSvc(const v8::FunctionCallbackInfo<v8::Value>& args);
Dnode_http2.cc2793 void Http2Session::AltSvc(int32_t id, in AltSvc() function in node::http2::Http2Session
2813 void Http2Session::AltSvc(const FunctionCallbackInfo<Value>& args) { in AltSvc() function in node::http2::Http2Session
2840 session->AltSvc(id, *origin, origin_len, *value, value_len); in AltSvc()
3137 env->SetProtoMethod(session, "altsvc", Http2Session::AltSvc); in Initialize()