Lines Matching defs:domain
363 const char *domain = ""; /* empty */
368 domain are empty */
381 "%c%c" /* domain length */
382 "%c%c" /* domain allocated space */
383 "%c%c" /* domain name offset */
390 "%s", /* domain string */
408 domain /* this is empty */);
495 const char *domain = "";
510 domain = userp;
511 domlen = (user - domain);
521 qualified domain name */
551 result = Curl_ntlm_core_mk_ntlmv2_hash(user, userlen, domain, domlen,
622 "%c%c" /* domain length */
623 "%c%c" /* domain allocated space */
624 "%c%c" /* domain name offset */
644 /* domain string */
722 /* Make sure that the domain, user and host strings fit in the
725 failf(data, "user + domain + host name too big");
731 unicodecpy(&ntlmbuf[size], domain, domlen / 2);
733 memcpy(&ntlmbuf[size], domain, domlen);