Home
last modified time | relevance | path

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

/curl/lib/vtls/
H A Dschannel_verify.c479 size_t cert_hostname_buff_index = 0; in Curl_verify_host() local
533 while(cert_hostname_buff_index < len && in Curl_verify_host()
534 cert_hostname_buff[cert_hostname_buff_index] != TEXT('\0') && in Curl_verify_host()
544 &cert_hostname_buff[cert_hostname_buff_index]); in Curl_verify_host()
566 _tcslen(&cert_hostname_buff[cert_hostname_buff_index]); in Curl_verify_host()
569 cert_hostname_buff_index += cert_hostname_len + 1; in Curl_verify_host()

Completed in 9 milliseconds