Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
H A Dshrpx_http_test.cc124 std::vector<AltSvc> altsvcs{
125 AltSvc{
139 std::vector<AltSvc> altsvcs{
140 AltSvc{
145 AltSvc{
H A Dshrpx_http.h84 const std::vector<AltSvc> &altsvcs);
H A Dshrpx_http.cc224 const std::vector<AltSvc> &altsvcs) { in create_altsvc_header_value()
H A Dshrpx_config.h479 struct AltSvc { struct
861 std::vector<AltSvc> altsvcs;
864 std::vector<AltSvc> http2_altsvcs;
H A 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/
H A Dnode_http2.h593 void AltSvc(int32_t id,
715 static void AltSvc(const v8::FunctionCallbackInfo<v8::Value>& args);
H A Dnode_http2.cc2922 void Http2Session::AltSvc(int32_t id, in AltSvc() function in node::http2::Http2Session
2941 // Submits an AltSvc frame to be sent to the connected peer.
2942 void Http2Session::AltSvc(const FunctionCallbackInfo<Value>& args) { in AltSvc() function in node::http2::Http2Session
2969 session->AltSvc(id, *origin, origin_len, *value, value_len); in AltSvc()
3267 SetProtoMethod(isolate, session, "altsvc", Http2Session::AltSvc); in Initialize()

Completed in 20 milliseconds