Home
last modified time | relevance | path

Searched defs:altsvc (Results 1 – 18 of 18) sorted by relevance

/third_party/curl/lib/
Daltsvc.h45 struct altsvc { struct
66 void Curl_altsvc_cleanup(struct altsvcinfo **altsvc); argument
Daltsvc.c351 struct altsvcinfo *altsvc = *altsvcp; in Curl_altsvc_cleanup() local
367 struct altsvcinfo *altsvc, const char *file) in Curl_altsvc_save()
/third_party/node/test/parallel/
Dtest-http2-malformed-altsvc.js17 const altsvc = new h2test.AltSvcFrame((1 << 14) + 1); constant
/third_party/nghttp2/src/
Dshrpx_http.cc232 for (auto &altsvc : altsvcs) { in create_altsvc_header_value() local
252 for (auto &altsvc : altsvcs) { in create_altsvc_header_value() local
Dapp_helper.cc355 auto altsvc = static_cast<nghttp2_ext_altsvc *>(frame->ext.payload); in print_frame() local
Dshrpx_config.cc427 int parse_altsvc(AltSvc &altsvc, const StringRef &opt, in parse_altsvc()
3402 AltSvc altsvc{}; in parse_config() local
4023 AltSvc altsvc{}; in parse_config() local
/third_party/nghttp2/lib/
Dnghttp2_frame.h74 nghttp2_ext_altsvc altsvc; member
Dnghttp2_frame.c202 nghttp2_ext_altsvc *altsvc; in nghttp2_frame_altsvc_init() local
215 nghttp2_ext_altsvc *altsvc; in nghttp2_frame_altsvc_free() local
718 nghttp2_ext_altsvc *altsvc; in nghttp2_frame_pack_altsvc() local
749 nghttp2_ext_altsvc *altsvc; in nghttp2_frame_unpack_altsvc_payload() local
Dnghttp2_submit.c512 nghttp2_ext_altsvc *altsvc; in nghttp2_submit_altsvc() local
Dnghttp2_session.c5222 nghttp2_ext_altsvc *altsvc; in nghttp2_session_on_altsvc_received() local
/third_party/node/deps/nghttp2/lib/
Dnghttp2_frame.h74 nghttp2_ext_altsvc altsvc; member
Dnghttp2_frame.c202 nghttp2_ext_altsvc *altsvc; in nghttp2_frame_altsvc_init() local
215 nghttp2_ext_altsvc *altsvc; in nghttp2_frame_altsvc_free() local
718 nghttp2_ext_altsvc *altsvc; in nghttp2_frame_pack_altsvc() local
749 nghttp2_ext_altsvc *altsvc; in nghttp2_frame_unpack_altsvc_payload() local
Dnghttp2_submit.c512 nghttp2_ext_altsvc *altsvc; in nghttp2_submit_altsvc() local
Dnghttp2_session.c5217 nghttp2_ext_altsvc *altsvc; in nghttp2_session_on_altsvc_received() local
/third_party/nghttp2/tests/
Dnghttp2_frame_test.c450 nghttp2_ext_altsvc altsvc, oaltsvc; in test_nghttp2_frame_pack_altsvc() local
/third_party/curl/src/
Dtool_cfgable.h53 char *altsvc; /* alt-svc cache file name */ member
/third_party/node/lib/internal/http2/
Dcore.js1637 altsvc(alt, originOrStream) { method in ServerHttp2Session
/third_party/node/src/
Dnode_http2.cc1475 nghttp2_ext_altsvc* altsvc = static_cast<nghttp2_ext_altsvc*>(ext.payload); in HandleAltSvcFrame() local