OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:domlen
(Results
1 - 4
of
4
) 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
...]
curl_ntlm_core.h
83
const char *domain, size_t
domlen
,
curl_ntlm_core.c
603
const char *domain, size_t
domlen
,
608
size_t identity_len = (userlen +
domlen
) * 2;
616
ascii_to_unicode_le(identity + (userlen << 1), domain,
domlen
);
Completed in 64 milliseconds