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

  /external/curl/lib/
curl_sspi.c 172 size_t domlen = 0; local
189 domlen = user.tchar_ptr - useranddomain.tchar_ptr;
195 domlen = 0;
209 dup_domain.tchar_ptr = malloc(sizeof(TCHAR) * (domlen + 1));
214 _tcsncpy(dup_domain.tchar_ptr, domain.tchar_ptr, domlen);
215 *(dup_domain.tchar_ptr + domlen) = TEXT('\0');
217 identity->DomainLength = curlx_uztoul(domlen);
curl_ntlm_msgs.c 367 size_t domlen = 0; local
404 SHORTPAIR(domlen),
405 SHORTPAIR(domlen),
416 size = 32 + hostlen + domlen;
508 size_t domlen = 0; local
516 domlen = (user - domain);
548 result = Curl_ntlm_core_mk_ntlmv2_hash(user, userlen, domain, domlen,
636 domlen = domlen * 2;
648 useroff = domoff + domlen;
    [all...]

Completed in 60 milliseconds