Home
last modified time | relevance | path

Searched refs:curlx_convert_UTF8_to_tchar (Results 1 – 10 of 10) sorted by relevance

/third_party/curl/lib/
Drename.c47 TCHAR *tchar_oldpath = curlx_convert_UTF8_to_tchar((char *)oldpath); in Curl_rename()
48 TCHAR *tchar_newpath = curlx_convert_UTF8_to_tchar((char *)newpath); in Curl_rename()
Dcurl_multibyte.h57 #define curlx_convert_UTF8_to_tchar(ptr) curlx_convert_UTF8_to_wchar((ptr)) macro
69 #define curlx_convert_UTF8_to_tchar(ptr) (strdup)(ptr) macro
Dcurl_sspi.c155 useranddomain.tchar_ptr = curlx_convert_UTF8_to_tchar((char *)userp); in Curl_create_sspi_identity()
199 passwd.tchar_ptr = curlx_convert_UTF8_to_tchar((char *)passwdp); in Curl_create_sspi_identity()
Dldap.c247 inuser = curlx_convert_UTF8_to_tchar((char *) user); in ldap_win_bind()
248 inpass = curlx_convert_UTF8_to_tchar((char *) passwd); in ldap_win_bind()
321 host = curlx_convert_UTF8_to_tchar(conn->host.name); in ldap_do()
877 ludp->lud_dn = curlx_convert_UTF8_to_tchar(unescaped); in _ldap_url_parse2()
945 ludp->lud_attrs[i] = curlx_convert_UTF8_to_tchar(unescaped); in _ldap_url_parse2()
1012 ludp->lud_filter = curlx_convert_UTF8_to_tchar(unescaped); in _ldap_url_parse2()
Dsocks_sspi.c163 sname = curlx_convert_UTF8_to_tchar(service_name); in Curl_SOCKS5_gssapi_negotiate()
/third_party/curl/src/
Dtool_filetime.c47 TCHAR *tchar_filename = curlx_convert_UTF8_to_tchar((char *)filename); in getfiletime()
102 TCHAR *tchar_filename = curlx_convert_UTF8_to_tchar((char *)filename); in setfiletime()
/third_party/curl/lib/vauth/
Dvauth.c94 tchar_spn = curlx_convert_UTF8_to_tchar(utf8_spn); in Curl_auth_build_spn()
Ddigest_sspi.c268 domain.tchar_ptr = curlx_convert_UTF8_to_tchar((char *) content); in Curl_override_sspi_http_realm()
562 spn = curlx_convert_UTF8_to_tchar((char *) uripath); in Curl_auth_create_digest_http_message()
/third_party/curl/lib/vtls/
Dschannel.c533 cert_path = curlx_convert_UTF8_to_tchar( in schannel_acquire_credential_handle()
941 host_name = curlx_convert_UTF8_to_tchar(hostname); in schannel_connect_step1()
1140 host_name = curlx_convert_UTF8_to_tchar(hostname); in schannel_connect_step2()
2183 host_name = curlx_convert_UTF8_to_tchar(hostname); in schannel_shutdown()
Dschannel_verify.c231 ca_file_tstr = curlx_convert_UTF8_to_tchar((char *)ca_file); in add_certs_file_to_store()