Home
last modified time | relevance | path

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

/external/curl/lib/vtls/
Dschannel_verify.c428 TCHAR *cert_hostname_buff = NULL; in verify_host() local
446 cert_hostname_buff = (LPTSTR)malloc(len * sizeof(TCHAR)); in verify_host()
447 if(!cert_hostname_buff) { in verify_host()
452 data, pCertContextServer, (LPTSTR)cert_hostname_buff, len); in verify_host()
470 cert_hostname_buff[cert_hostname_buff_index] != TEXT('\0') && in verify_host()
480 &cert_hostname_buff[cert_hostname_buff_index]); in verify_host()
504 &cert_hostname_buff[cert_hostname_buff_index]); in verify_host()
525 curlx_unicodefree(cert_hostname_buff); in verify_host()