Searched refs:AltSvc (Results 1 – 7 of 7) sorted by relevance
/third_party/nghttp2/src/ |
D | shrpx_http_test.cc | 124 std::vector<AltSvc> altsvcs{ 125 AltSvc{ 139 std::vector<AltSvc> altsvcs{ 140 AltSvc{ 145 AltSvc{
|
D | shrpx_http.h | 84 const std::vector<AltSvc> &altsvcs);
|
D | shrpx_config.h | 479 struct AltSvc { struct 861 std::vector<AltSvc> altsvcs; 864 std::vector<AltSvc> http2_altsvcs;
|
D | shrpx_http.cc | 224 const std::vector<AltSvc> &altsvcs) { in create_altsvc_header_value()
|
D | shrpx_config.cc | 427 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/ |
D | node_http2.h | 591 void AltSvc(int32_t id, 712 static void AltSvc(const v8::FunctionCallbackInfo<v8::Value>& args);
|
D | node_http2.cc | 2793 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()
|