Searched refs:domainbuf (Results 1 – 1 of 1) sorted by relevance
955 unsigned char userbuf[256], passbuf[256], domainbuf[16]; in HttpAuthenticate() local969 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()