Home | History | Annotate | Download | only in spdy

Lines Matching refs:SYN_STREAM

78 // largest control frame, which is SYN_STREAM. See GetSynStreamMinimumSize() for
201 // Size, in bytes, of a SYN_STREAM frame not including the variable-length
483 case SYN_STREAM:
484 return "SYN_STREAM";
543 // (SYN_STREAM, SYN_REPLY, HEADERS, PUSH_PROMISE, CONTINUATION)
884 case SYN_STREAM:
1077 case SYN_STREAM:
1384 case SYN_STREAM:
1478 // SPDY 4 reports HEADERS with PRIORITY as SYN_STREAM.
1481 reported_type = SYN_STREAM;
1494 // SPDY 4+ is missing SYN_STREAM. Simulate it so that API changes
1585 if (current_frame_type_ != SYN_STREAM &&
2161 current_frame_type_ == SYN_STREAM ||
2369 const SpdySynStreamIR& syn_stream) {
2372 if (syn_stream.fin()) {
2375 if (syn_stream.unidirectional()) {
2381 uint8 priority = syn_stream.priority();
2389 GetSerializedLength(syn_stream.name_value_block());
2392 builder.WriteControlFrameHeader(*this, SYN_STREAM, flags);
2393 builder.WriteUInt32(syn_stream.stream_id());
2394 builder.WriteUInt32(syn_stream.associated_to_stream_id());
2398 SerializeNameValueBlock(&builder, syn_stream);
2403 &(syn_stream.name_value_block()));
2404 debug_visitor_->OnSendCompressedFrame(syn_stream.stream_id(),
2405 SYN_STREAM,
2853 virtual void VisitSynStream(const SpdySynStreamIR& syn_stream) OVERRIDE {
2854 frame_.reset(framer_->SerializeSynStream(syn_stream));
3092 // If we get a SYN_STREAM/SYN_REPLY/HEADERS frame with stream ID zero, we