Searched refs:cert_hostname (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/vtls/
H A Dcurl_schannel.c1275 xcharp_u cert_hostname; local
1278 cert_hostname.const_tchar_ptr = cert_hostname_buff;
1285 cert_hostname.tchar_ptr,
1287 if(len > 0 && *cert_hostname.tchar_ptr == '*') {
1290 cert_hostname.tchar_ptr++;
1291 if(_tcsicmp(cert_hostname.const_tchar_ptr,
1296 cert_hostname.const_tchar_ptr) != 0) {
1301 _cert_hostname = Curl_convert_tchar_to_UTF8(cert_hostname.tchar_ptr);

Completed in 88 milliseconds