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

  /external/chromium_org/third_party/libjingle/source/talk/media/sctp/
sctputils.cc 87 uint16 label_length; local
88 if (!buffer.ReadUInt16(&label_length)) {
97 if (!buffer.ReadString(label, (size_t) label_length)) {
sctputils_unittest.cc 42 uint16 label_length; local
69 ASSERT_TRUE(buffer.ReadUInt16(&label_length));
71 EXPECT_EQ(label.size(), label_length);
75 ASSERT_TRUE(buffer.ReadString(&label_output, label_length));
  /external/chromium/net/base/
transport_security_state.cc 463 const unsigned label_length = static_cast<unsigned>(new_host[i]); local
464 if (!label_length)
467 for (size_t j = 0; j < label_length; ++j) {
477 new_host[i + label_length] == '-') {
  /external/chromium_org/net/http/
transport_security_state.cc 242 const unsigned label_length = static_cast<unsigned>(new_host[i]); local
243 if (!label_length)
246 for (size_t j = 0; j < label_length; ++j) {

Completed in 2418 milliseconds