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

  /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) {
256 new_host[i + label_length] == '-') {
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediastreamsignaling.cc 940 uint16 label_length; local
    [all...]

Completed in 1088 milliseconds