Home
last modified time | relevance | path

Searched refs:domainbuf (Results 1 – 1 of 1) sorted by relevance

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