HomeSort by relevance Sort by last modified time
    Searched refs:WriteUInt8 (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/net/quic/
quic_data_writer.h 41 bool WriteUInt8(uint8 value);
quic_data_writer.cc 37 bool QuicDataWriter::WriteUInt8(uint8 value) {
173 bool success = WriteUInt8(value);
quic_framer.cc 407 if (!writer.WriteUInt8(flags)) {
438 if (!writer.WriteUInt8(flags)) {
611 if (!writer->WriteUInt8(public_flags | PACKET_PUBLIC_FLAGS_0BYTE_GUID)) {
616 if (!writer->WriteUInt8(public_flags | PACKET_PUBLIC_FLAGS_1BYTE_GUID)) {
619 if (!writer->WriteUInt8(header.public_header.guid & k1ByteGuidMask)) {
624 if (!writer->WriteUInt8(public_flags | PACKET_PUBLIC_FLAGS_4BYTE_GUID)) {
632 if (!writer->WriteUInt8(public_flags | PACKET_PUBLIC_FLAGS_8BYTE_GUID)) {
662 if (!writer->WriteUInt8(private_flags)) {
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
socketadapters.cc 655 request.WriteUInt8(5); // Socks Version
657 request.WriteUInt8(1); // Authentication Mechanisms
658 request.WriteUInt8(0); // No authentication
660 request.WriteUInt8(2); // Authentication Mechanisms
661 request.WriteUInt8(0); // No authentication
662 request.WriteUInt8(2); // Username/Password
670 request.WriteUInt8(1); // Negotiation Version
671 request.WriteUInt8(static_cast<uint8>(user_.size()));
673 request.WriteUInt8(static_cast<uint8>(pass_.GetLength()));
686 request.WriteUInt8(5); // Socks Versio
    [all...]
bytebuffer.h 57 void WriteUInt8(uint8 val);
bytebuffer.cc 144 void ByteBuffer::WriteUInt8(uint8 val) {
  /external/chromium_org/third_party/libjingle/source/talk/base/
socketadapters.cc 655 request.WriteUInt8(5); // Socks Version
657 request.WriteUInt8(1); // Authentication Mechanisms
658 request.WriteUInt8(0); // No authentication
660 request.WriteUInt8(2); // Authentication Mechanisms
661 request.WriteUInt8(0); // No authentication
662 request.WriteUInt8(2); // Username/Password
670 request.WriteUInt8(1); // Negotiation Version
671 request.WriteUInt8(static_cast<uint8>(user_.size()));
673 request.WriteUInt8(static_cast<uint8>(pass_.GetLength()));
686 request.WriteUInt8(5); // Socks Versio
    [all...]
bytebuffer.h 77 void WriteUInt8(uint8 val);
bytebuffer_unittest.cc 77 buffer.WriteUInt8(1);
142 buffer.WriteUInt8(wu8);
209 buffer.WriteUInt8(wu8);
bytebuffer.cc 162 void ByteBuffer::WriteUInt8(uint8 val) {
  /external/chromium_org/third_party/libjingle/source/talk/media/sctp/
sctputils.cc 164 buffer.WriteUInt8(DATA_CHANNEL_OPEN_MESSAGE_TYPE);
165 buffer.WriteUInt8(channel_type);
  /external/chromium_org/net/spdy/
spdy_frame_builder.h 84 bool WriteUInt8(uint8 value) {
spdy_frame_builder.cc 107 success &= WriteUInt8(type);
108 success &= WriteUInt8(flags);
spdy_framer.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
testutils.cc 51 buf->WriteUInt8(ver_to_cc);
52 buf->WriteUInt8(m_to_pt);
88 buf->WriteUInt8(ver_to_count);
89 buf->WriteUInt8(type);
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stun.cc 340 buf->WriteUInt8(0);
341 buf->WriteUInt8(family_);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
pseudotcp.cc     [all...]
stun.cc 556 buf->WriteUInt8(0);
557 buf->WriteUInt8(address_family);
639 buf->WriteUInt8(0);
640 buf->WriteUInt8(family());

Completed in 370 milliseconds