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

  /external/webrtc/webrtc/base/
httpcommon.cc 955 unsigned char userbuf[256], passbuf[256], domainbuf[16]; local
969 domainbuf[auth_id.DomainLength] = 0;
980 static_cast<unsigned long>(std::min(sizeof(domainbuf) - 1, pos));
981 memcpy(domainbuf, username.c_str(), auth_id.DomainLength);
982 domainbuf[auth_id.DomainLength] = 0;
991 auth_id.Domain = domainbuf;

Completed in 211 milliseconds