Lines Matching defs:domain
241 * This is used to populate the domain in a SSPI identity structure
243 * domain if it is not already explicitly set.
255 xcharp_u domain, dup_domain;
257 /* If domain is blank or unset, check challenge message for realm */
271 /* Setup identity's domain and length */
272 domain.tchar_ptr = curlx_convert_UTF8_to_tchar((char *) content);
273 if(!domain.tchar_ptr)
276 dup_domain.tchar_ptr = _tcsdup(domain.tchar_ptr);
278 curlx_unicodefree(domain.tchar_ptr);
287 curlx_unicodefree(domain.tchar_ptr);
498 /* Populate our identity domain */