Home
last modified time | relevance | path

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

/external/chromium/net/spdy/
Dspdy_framer.cc941 SpdyControlFrame current_control_frame(current_frame_buffer_, false); in ProcessControlFrameHeader() local
945 if (current_control_frame.version() != spdy_version_) { in ProcessControlFrameHeader()
954 if (!current_control_frame.AppearsToBeAValidControlFrame()) { in ProcessControlFrameHeader()
960 switch (current_control_frame.type()) { in ProcessControlFrameHeader()
962 if (current_control_frame.length() < in ProcessControlFrameHeader()
967 if (current_control_frame.length() < in ProcessControlFrameHeader()
972 if (current_control_frame.length() != in ProcessControlFrameHeader()
977 if (current_control_frame.length() < in ProcessControlFrameHeader()
988 if (current_control_frame.length() != in ProcessControlFrameHeader()
993 if (current_control_frame.length() < in ProcessControlFrameHeader()
[all …]