Home
last modified time | relevance | path

Searched refs:ALTSVC (Results 1 – 19 of 19) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/
Daltsvc_payload_decoder_test.cc31 static constexpr Http2FrameType FrameType() { return Http2FrameType::ALTSVC; } in FrameType()
111 Http2FrameHeader header(fb.size(), Http2FrameType::ALTSVC, RandFlags(), in TEST_P()
Daltsvc_payload_decoder.cc43 QUICHE_DCHECK_EQ(Http2FrameType::ALTSVC, state->frame_header().type); in StartDecodingPayload()
58 QUICHE_DCHECK_EQ(Http2FrameType::ALTSVC, frame_header.type); in ResumeDecodingPayload()
/external/cronet/net/third_party/quiche/src/quiche/http2/
Dhttp2_constants.h42 ALTSVC = 10, // no flags enumerator
49 return v <= static_cast<uint32_t>(Http2FrameType::ALTSVC) || in IsSupportedHttp2FrameType()
Dhttp2_constants_test.cc26 EXPECT_EQ(Http2FrameType::ALTSVC, static_cast<Http2FrameType>(10)); in TEST()
43 EXPECT_EQ("ALTSVC", Http2FrameTypeToString(Http2FrameType::ALTSVC)); in TEST()
137 EXPECT_EQ("0xff", Http2FrameFlagsToString(Http2FrameType::ALTSVC, 0xff)); in TEST()
Dhttp2_constants.cc38 case Http2FrameType::ALTSVC: in Http2FrameTypeToString()
Dhttp2_structures_test.cc82 while (valid_types.back() != Http2FrameType::ALTSVC) { in ValidFrameTypes()
/external/cronet/net/third_party/quiche/src/quiche/http2/decoder/
Dhttp2_frame_decoder_test.cc379 Http2FrameHeader header(2, Http2FrameType::ALTSVC, 0, 0); in TEST_F()
522 Http2FrameHeader header(8, Http2FrameType::ALTSVC, 0, 2); in TEST_F()
797 Http2FrameHeader header(1, Http2FrameType::ALTSVC, 0, 2); in TEST_F()
810 Http2FrameHeader header(5, Http2FrameType::ALTSVC, 0, 2); in TEST_F()
Dhttp2_frame_decoder.cc154 case Http2FrameType::ALTSVC: in StartDecodingPayload()
228 case Http2FrameType::ALTSVC: in ResumeDecodingPayload()
/external/cronet/net/third_party/quiche/src/quiche/http2/test_tools/
Dframe_parts.cc340 ASSERT_TRUE(StartFrameOfType(header, Http2FrameType::ALTSVC)) << *this; in OnAltSvcStart()
349 ASSERT_TRUE(InFrameOfType(Http2FrameType::ALTSVC)) << *this; in OnAltSvcOriginData()
356 ASSERT_TRUE(InFrameOfType(Http2FrameType::ALTSVC)) << *this; in OnAltSvcValueData()
363 ASSERT_TRUE(EndFrameOfType(Http2FrameType::ALTSVC)) << *this; in OnAltSvcEnd()
Dhttp2_constants_test_util.cc69 case Http2FrameType::ALTSVC: in KnownFlagsMaskForFrameType()
Dhttp2_structures_test_util.cc93 case Http2FrameType::ALTSVC: in FrameCanHavePayload()
/external/cronet/net/third_party/quiche/src/quiche/spdy/core/
Dspdy_protocol.cc84 case SpdyFrameType::ALTSVC: in IsDefinedFrameType()
154 case SpdyFrameType::ALTSVC: in FrameTypeToString()
520 SpdyFrameType SpdyAltSvcIR::frame_type() const { return SpdyFrameType::ALTSVC; } in frame_type()
Dspdy_framer.cc729 builder.BeginNewFrame(SpdyFrameType::ALTSVC, kNoFlags, altsvc_ir.stream_id()); in SerializeAltSvc()
1202 bool ok = builder.BeginNewFrame(SpdyFrameType::ALTSVC, kNoFlags, in SerializeAltSvc()
Dhttp2_frame_decoder_adapter.cc786 case Http2FrameType::ALTSVC: in OnFrameSizeError()
Dspdy_protocol.h100 ALTSVC = 0x0a, enumerator
Dspdy_framer_test.cc2614 const unsigned char kType = SerializeFrameType(SpdyFrameType::ALTSVC); in TEST_P()
4606 const unsigned char kType = SerializeFrameType(SpdyFrameType::ALTSVC); in TEST_P()
/external/curl/docs/
DMakefile.am47 ALTSVC.md \
DHTTP2.md95 Alt-Svc is an extension with a corresponding frame (ALTSVC) in HTTP/2 that
/external/curl/.github/scripts/
Dspellcheck.words17 ALTSVC