Lines Matching refs:WriteUInt16
125 frame->WriteUInt16(headers->size()); // Number of headers. in WriteHeaderBlock()
547 frame.WriteUInt16(kControlFlagMask | spdy_version_); in CreateSynStream()
548 frame.WriteUInt16(SYN_STREAM); in CreateSynStream()
552 frame.WriteUInt16(ntohs(priority) << 6); // Priority. in CreateSynStream()
554 frame.WriteUInt16(headers->size()); // Number of headers. in CreateSynStream()
588 frame.WriteUInt16(kControlFlagMask | spdy_version_); in CreateSynReply()
589 frame.WriteUInt16(SYN_REPLY); in CreateSynReply()
592 frame.WriteUInt16(0); // Unused in CreateSynReply()
594 frame.WriteUInt16(headers->size()); // Number of headers. in CreateSynReply()
630 frame.WriteUInt16(kControlFlagMask | spdy_version_); in CreateRstStream()
631 frame.WriteUInt16(RST_STREAM); in CreateRstStream()
642 frame.WriteUInt16(kControlFlagMask | spdy_version_); in CreateSettings()
643 frame.WriteUInt16(SETTINGS); in CreateSettings()
660 frame.WriteUInt16(kControlFlagMask | spdy_version_); in CreateNopFrame()
661 frame.WriteUInt16(NOOP); in CreateNopFrame()
669 frame.WriteUInt16(kControlFlagMask | kSpdyProtocolVersion); in CreatePingFrame()
670 frame.WriteUInt16(PING); in CreatePingFrame()
683 frame.WriteUInt16(kControlFlagMask | spdy_version_); in CreateGoAway()
684 frame.WriteUInt16(GOAWAY); in CreateGoAway()
698 frame.WriteUInt16(kControlFlagMask | kSpdyProtocolVersion); in CreateHeaders()
699 frame.WriteUInt16(HEADERS); in CreateHeaders()
702 frame.WriteUInt16(0); // Unused in CreateHeaders()
704 frame.WriteUInt16(headers->size()); // Number of headers. in CreateHeaders()
741 frame.WriteUInt16(kControlFlagMask | spdy_version_); in CreateWindowUpdate()
742 frame.WriteUInt16(WINDOW_UPDATE); in CreateWindowUpdate()