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 137 size_t domlen = 0; local
154 domlen = user.tchar_ptr - useranddomain.tchar_ptr;
160 domlen = 0;
174 dup_domain.tchar_ptr = malloc(sizeof(TCHAR) * (domlen + 1));
179 _tcsncpy(dup_domain.tchar_ptr, domain.tchar_ptr, domlen);
180 *(dup_domain.tchar_ptr + domlen) = TEXT('\0');
182 identity->DomainLength = curlx_uztoul(domlen);
  /external/curl/lib/vauth/
ntlm.c 373 size_t domlen = 0; local
410 SHORTPAIR(domlen),
411 SHORTPAIR(domlen),
422 size = 32 + hostlen + domlen;
514 size_t domlen = 0; local
522 domlen = (user - domain);
554 result = Curl_ntlm_core_mk_ntlmv2_hash(user, userlen, domain, domlen,
642 domlen = domlen * 2;
654 useroff = domoff + domlen;
    [all...]

Completed in 306 milliseconds