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.cc945 SpdyControlFrame current_control_frame(current_frame_buffer_, false); in ProcessControlFrameHeader() local
949 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 …]