Searched refs:current_control_frame (Results 1 – 1 of 1) sorted by relevance
945 SpdyControlFrame current_control_frame(current_frame_buffer_, false); in ProcessControlFrameHeader() local949 if (current_control_frame.version() != spdy_version_) { in ProcessControlFrameHeader()958 if (!current_control_frame.AppearsToBeAValidControlFrame()) { in ProcessControlFrameHeader()964 switch (current_control_frame.type()) { in ProcessControlFrameHeader()966 if (current_control_frame.length() < in ProcessControlFrameHeader()971 if (current_control_frame.length() < in ProcessControlFrameHeader()976 if (current_control_frame.length() != in ProcessControlFrameHeader()981 if (current_control_frame.length() < in ProcessControlFrameHeader()992 if (current_control_frame.length() != in ProcessControlFrameHeader()997 if (current_control_frame.length() < in ProcessControlFrameHeader()[all …]