HomeSort by relevance Sort by last modified time
    Searched full:attr_length (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun.cc 97 size_t attr_length = attr->length(); local
98 if (attr_length % 4 != 0) {
99 attr_length += (4 - (attr_length % 4));
101 length_ += static_cast<uint16>(attr_length + 4);
163 uint16 attr_type, attr_length; local
166 attr_length = talk_base::GetBE16(&data[current_pos + sizeof(attr_type)]);
170 if (attr_length != kStunMessageIntegritySize ||
171 current_pos + attr_length > size) {
179 current_pos += sizeof(attr_type) + sizeof(attr_length) + attr_length
351 uint16 attr_type, attr_length; local
    [all...]
  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host.cc 275 uint16 attr_type, attr_length; local
278 attr_length = talk_base::GetBE16(
281 if (length < attr_length + rtp_begin) {
286 rtp_begin += sizeof(attr_type) + sizeof(attr_length) + attr_length;
287 if ((attr_length % 4) != 0) {
288 rtp_begin += (4 - (attr_length % 4));
295 rtp_length = attr_length;
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c     [all...]

Completed in 766 milliseconds