Home
last modified time | relevance | path

Searched refs:curlx_convert_UTF8_to_wchar (Results 1 – 3 of 3) sorted by relevance

/curl/lib/
H A Dcurl_multibyte.c43 wchar_t *curlx_convert_UTF8_to_wchar(const char *str_utf8) in curlx_convert_UTF8_to_wchar() function
97 wchar_t *filename_w = curlx_convert_UTF8_to_wchar(filename); in curlx_win32_open()
123 wchar_t *filename_w = curlx_convert_UTF8_to_wchar(filename); in curlx_win32_fopen()
124 wchar_t *mode_w = curlx_convert_UTF8_to_wchar(mode); in curlx_win32_fopen()
141 wchar_t *path_w = curlx_convert_UTF8_to_wchar(path); in curlx_win32_stat()
H A Dcurl_multibyte.h34 wchar_t *curlx_convert_UTF8_to_wchar(const char *str_utf8);
59 #define curlx_convert_UTF8_to_tchar(ptr) curlx_convert_UTF8_to_wchar((ptr))
H A Didn.c130 wchar_t *in_w = curlx_convert_UTF8_to_wchar(in); in win32_idn_to_ascii()
161 wchar_t *in_w = curlx_convert_UTF8_to_wchar(in); in win32_ascii_to_idn()

Completed in 11 milliseconds