Home | History | Annotate | Download | only in spdy

Lines Matching refs:SYN_STREAM

1034          frame_type == SYN_STREAM);
1056 SpdySynStreamIR syn_stream(stream_id);
1057 syn_stream.set_associated_to_stream_id(0);
1058 syn_stream.set_priority(spdy_priority);
1059 syn_stream.set_fin((flags & CONTROL_FLAG_FIN) != 0);
1060 syn_stream.set_unidirectional((flags & CONTROL_FLAG_UNIDIRECTIONAL) != 0);
1061 syn_stream.set_name_value_block(block);
1062 syn_frame.reset(buffered_spdy_framer_->SerializeFrame(syn_stream));
1520 // Activate the stream only when sending the SYN_STREAM frame to
1522 if (frame_type == SYN_STREAM) {
2137 if (type != SYN_STREAM && type != HEADERS)