Home
last modified time | relevance | path

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

/curl/lib/vtls/
H A Dschannel_verify.c523 TCHAR *cert_hostname_buff = NULL; in Curl_verify_host() local
589 cert_hostname_buff = (LPTSTR)malloc(len * sizeof(TCHAR)); in Curl_verify_host()
590 if(!cert_hostname_buff) { in Curl_verify_host()
595 (LPTSTR)cert_hostname_buff, len, alt_name_info, Win8_compat); in Curl_verify_host()
610 cert_hostname_buff[cert_hostname_buff_index] != TEXT('\0') && in Curl_verify_host()
620 &cert_hostname_buff[cert_hostname_buff_index]); in Curl_verify_host()
642 _tcslen(&cert_hostname_buff[cert_hostname_buff_index]); in Curl_verify_host()
664 Curl_safefree(cert_hostname_buff); in Curl_verify_host()

Completed in 5 milliseconds