OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tchar_ptr
(Results
1 - 3
of
3
) sorted by null
/external/curl/lib/
curl_sspi.c
154
useranddomain.
tchar_ptr
= Curl_convert_UTF8_to_tchar((char *)userp);
155
if(!useranddomain.
tchar_ptr
)
162
if(user.
tchar_ptr
) {
163
domain.
tchar_ptr
= useranddomain.
tchar_ptr
;
164
domlen = user.
tchar_ptr
- useranddomain.
tchar_ptr
;
165
user.
tchar_ptr
++;
168
user.
tchar_ptr
= useranddomain.
tchar_ptr
;
[
all
...]
curl_multibyte.h
68
unsigned short *
tchar_ptr
;
member in union:__anon18510
82
char *
tchar_ptr
;
member in union:__anon18511
/external/curl/lib/vauth/
digest_sspi.c
283
domain.
tchar_ptr
= Curl_convert_UTF8_to_tchar((char *) content);
284
if(!domain.
tchar_ptr
)
287
dup_domain.
tchar_ptr
= _tcsdup(domain.
tchar_ptr
);
288
if(!dup_domain.
tchar_ptr
) {
289
Curl_unicodefree(domain.
tchar_ptr
);
295
identity->DomainLength = curlx_uztoul(_tcslen(dup_domain.
tchar_ptr
));
296
dup_domain.
tchar_ptr
= NULL;
298
Curl_unicodefree(domain.
tchar_ptr
);
Completed in 295 milliseconds