Home | History | Annotate | Download | only in spdy

Lines Matching refs:SYN_STREAM

194     case SYN_STREAM:
195 return "SYN_STREAM";
252 // Control frames that contain header blocks (SYN_STREAM, SYN_REPLY,
317 if (type != SYN_STREAM && type != SYN_REPLY && type != HEADERS)
329 case SYN_STREAM:
401 DCHECK(control_frame.type() == SYN_STREAM ||
421 DCHECK(control_frame.type() == SYN_STREAM ||
467 DCHECK(control_frame.type() == SYN_STREAM ||
548 frame.WriteUInt16(SYN_STREAM);
828 // amounts of compressible data - namely the headers in the SYN_STREAM
835 return control_frame.type() == SYN_STREAM ||
965 case SYN_STREAM:
1349 case SYN_STREAM:
1380 case SYN_STREAM:
1667 case SYN_STREAM: