Home
last modified time | relevance | path

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

/aosp_15_r20/external/curl/lib/
H A Daltsvc.h45 struct altsvc { struct
66 void Curl_altsvc_cleanup(struct altsvcinfo **altsvc); argument
H A Daltsvc.c343 struct altsvcinfo *altsvc = *altsvcp; in Curl_altsvc_cleanup() local
359 struct altsvcinfo *altsvc, const char *file) in Curl_altsvc_save()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/spdy/core/
H A Dspdy_alt_svc_wire_format_test.cc142 SpdyAltSvcWireFormat::AlternativeService* altsvc, in FuzzAlternativeService()
169 SpdyAltSvcWireFormat::AlternativeService altsvc; in TEST() local
289 SpdyAltSvcWireFormat::AlternativeService altsvc; in TEST() local
320 SpdyAltSvcWireFormat::AlternativeService altsvc; in TEST() local
H A Dspdy_alt_svc_wire_format.cc222 for (const AlternativeService& altsvc : altsvc_vector) { in SerializeHeaderFieldValue() local
H A Dspdy_framer.cc837 void VisitAltSvc(const SpdyAltSvcIR& altsvc) override { in VisitAltSvc()
1314 void VisitAltSvc(const SpdyAltSvcIR& altsvc) override { in VisitAltSvc()
H A Dspdy_protocol.h862 void add_altsvc(const SpdyAltSvcWireFormat::AlternativeService& altsvc) { in add_altsvc()
H A Dspdy_framer_test.cc417 for (const auto& altsvc : altsvc_vector) { in OnAltSvc() local
4685 SpdyAltSvcWireFormat::AlternativeService altsvc( in TEST_P() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/core/
H A Dhttp2_trace_logging.cc437 void Http2FrameLogger::VisitAltSvc(const SpdyAltSvcIR& altsvc) { in VisitAltSvc()
/aosp_15_r20/external/curl/src/
H A Dtool_cfgable.h53 char *altsvc; /* alt-svc cache filename */ member