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.c296 TCHAR *cert_hostname_buff = NULL; in verify_host() local
327 cert_hostname_buff = (LPTSTR)malloc(len * sizeof(TCHAR)); in verify_host()
328 if(!cert_hostname_buff) { in verify_host()
336 (LPTSTR) cert_hostname_buff, in verify_host()
355 cert_hostname_buff[cert_hostname_buff_index] != TEXT('\0') && in verify_host()
365 &cert_hostname_buff[cert_hostname_buff_index]); in verify_host()
389 &cert_hostname_buff[cert_hostname_buff_index]); in verify_host()
410 Curl_unicodefree(cert_hostname_buff); in verify_host()