Searched refs:domainbuf (Results 1 – 1 of 1) sorted by relevance
455 unsigned char userbuf[256], passbuf[256], domainbuf[16]; in HttpAuthenticate() local469 domainbuf[auth_id.DomainLength] = 0; in HttpAuthenticate()480 static_cast<unsigned long>(std::min(sizeof(domainbuf) - 1, pos)); in HttpAuthenticate()481 memcpy(domainbuf, username.c_str(), auth_id.DomainLength); in HttpAuthenticate()482 domainbuf[auth_id.DomainLength] = 0; in HttpAuthenticate()491 auth_id.Domain = domainbuf; in HttpAuthenticate()