Home
last modified time | relevance | path

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

/third_party/curl/lib/
Daltsvc.h43 struct altsvc { struct
64 void Curl_altsvc_cleanup(struct altsvcinfo **altsvc); argument
Daltsvc.c310 struct altsvcinfo *altsvc = *altsvcp; in Curl_altsvc_cleanup() local
326 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/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
706 nghttp2_ext_altsvc *altsvc; in nghttp2_frame_pack_altsvc() local
739 nghttp2_ext_altsvc *altsvc; in nghttp2_frame_unpack_altsvc_payload() local
Dnghttp2_submit.c509 nghttp2_ext_altsvc *altsvc; in nghttp2_submit_altsvc() local
Dnghttp2_session.c4862 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
706 nghttp2_ext_altsvc *altsvc; in nghttp2_frame_pack_altsvc() local
739 nghttp2_ext_altsvc *altsvc; in nghttp2_frame_unpack_altsvc_payload() local
Dnghttp2_submit.c509 nghttp2_ext_altsvc *altsvc; in nghttp2_submit_altsvc() local
Dnghttp2_session.c4862 nghttp2_ext_altsvc *altsvc; in nghttp2_session_on_altsvc_received() local
/third_party/nghttp2/src/
Dapp_helper.cc351 auto altsvc = static_cast<nghttp2_ext_altsvc *>(frame->ext.payload); in print_frame() local
Dshrpx_https_upstream.cc1054 const AltSvc &altsvc) { in write_altsvc()
Dshrpx_config.cc3159 AltSvc altsvc{}; in parse_config() local
/third_party/nghttp2/tests/
Dnghttp2_frame_test.c459 nghttp2_ext_altsvc altsvc, oaltsvc; in test_nghttp2_frame_pack_altsvc() local
/third_party/curl/src/
Dtool_cfgable.h59 char *altsvc; /* alt-svc cache file name */ member
/third_party/node/lib/internal/http2/
Dcore.js1578 altsvc(alt, originOrStream) { method in ServerHttp2Session
/third_party/node/src/
Dnode_http2.cc1339 nghttp2_ext_altsvc* altsvc = static_cast<nghttp2_ext_altsvc*>(ext.payload); in HandleAltSvcFrame() local