Home
last modified time | relevance | path

Searched refs:str_w_len (Results 1 – 2 of 2) sorted by relevance

/curl/lib/
H A Dcurl_multibyte.c48 int str_w_len = MultiByteToWideChar(CP_UTF8, MB_ERR_INVALID_CHARS, in curlx_convert_UTF8_to_wchar() local
50 if(str_w_len > 0) { in curlx_convert_UTF8_to_wchar()
51 str_w = malloc(str_w_len * sizeof(wchar_t)); in curlx_convert_UTF8_to_wchar()
54 str_w_len) == 0) { in curlx_convert_UTF8_to_wchar()
/curl/lib/vtls/
H A Dschannel.c601 int str_w_len = 0; in schannel_acquire_credential_handle() local
639 str_w_len = MultiByteToWideChar(CP_UTF8, in schannel_acquire_credential_handle()
645 if((str_w_len >= 0) && (str_w_len <= (int)pwd_len)) in schannel_acquire_credential_handle()
646 pszPassword[str_w_len] = 0; in schannel_acquire_credential_handle()

Completed in 12 milliseconds