Home | History | Annotate | Download | only in spdy

Lines Matching full:uint16

661   uint16 version = 0;
664 uint16 control_frame_type_field = DATA;
708 uint16 length_field = 0;
811 void SpdyFramer::ProcessControlFrameHeader(uint16 control_frame_type_field) {
1119 = (spdy_version < SPDY3) ? sizeof(uint16) : sizeof(uint32);
2205 uint16 temp;
2487 uint16 expected_length = GetRstStreamMinimumSize();
2595 uint16 expected_length = GetGoAwayMinimumSize();