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

  /external/webrtc/webrtc/p2p/base/
stun.cc 81 size_t attr_length = attr->length(); local
82 if (attr_length % 4 != 0) {
83 attr_length += (4 - (attr_length % 4));
85 length_ += static_cast<uint16_t>(attr_length + 4);
147 uint16_t attr_type, attr_length; local
150 attr_length = rtc::GetBE16(&data[current_pos + sizeof(attr_type)]);
154 if (attr_length != kStunMessageIntegritySize ||
155 current_pos + attr_length > size) {
163 current_pos += sizeof(attr_type) + sizeof(attr_length) + attr_length
334 uint16_t attr_type, attr_length; local
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-darwin.c     [all...]

Completed in 117 milliseconds