OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dup_domain
(Results
1 - 2
of
2
) sorted by null
/external/curl/lib/
curl_sspi.c
170
xcharp_u domain,
dup_domain
;
local
209
dup_domain
.tchar_ptr = malloc(sizeof(TCHAR) * (domlen + 1));
210
if(!
dup_domain
.tchar_ptr) {
214
_tcsncpy(
dup_domain
.tchar_ptr, domain.tchar_ptr, domlen);
215
*(
dup_domain
.tchar_ptr + domlen) = TEXT('\0');
216
identity->Domain =
dup_domain
.tbyte_ptr;
218
dup_domain
.tchar_ptr = NULL;
curl_sasl_sspi.c
294
xcharp_u domain,
dup_domain
;
local
314
dup_domain
.tchar_ptr = _tcsdup(domain.tchar_ptr);
315
if(!
dup_domain
.tchar_ptr) {
319
identity->Domain =
dup_domain
.tbyte_ptr;
320
identity->DomainLength = curlx_uztoul(_tcslen(
dup_domain
.tchar_ptr));
321
dup_domain
.tchar_ptr = NULL;
[
all
...]
Completed in 689 milliseconds