HomeSort by relevance Sort by last modified time
    Searched refs:dup_domain (Results 1 - 2 of 2) sorted by null

  /external/curl/lib/
curl_sspi.c 144 xcharp_u domain, dup_domain; local
183 dup_domain.tchar_ptr = malloc(sizeof(TCHAR) * (domlen + 1));
184 if(!dup_domain.tchar_ptr) {
188 _tcsncpy(dup_domain.tchar_ptr, domain.tchar_ptr, domlen);
189 *(dup_domain.tchar_ptr + domlen) = TEXT('\0');
190 identity->Domain = dup_domain.tbyte_ptr;
192 dup_domain.tchar_ptr = NULL;
  /external/curl/lib/vauth/
digest_sspi.c 266 xcharp_u domain, dup_domain; local
287 dup_domain.tchar_ptr = _tcsdup(domain.tchar_ptr);
288 if(!dup_domain.tchar_ptr) {
294 identity->Domain = dup_domain.tbyte_ptr;
295 identity->DomainLength = curlx_uztoul(_tcslen(dup_domain.tchar_ptr));
296 dup_domain.tchar_ptr = NULL;

Completed in 53 milliseconds