Home
last modified time | relevance | path

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

/curl/lib/
H A Durldata.h283 char *dispname; /* display version of hostname */ member
572 const char *dispname; /* name to display, as 'name' might be encoded */ member
1004 ((c)->bits.socksproxy ? (c)->socks_proxy.host.dispname : \
1005 (c)->bits.httpproxy ? (c)->http_proxy.host.dispname : \
1006 (c)->bits.conn_to_host ? (c)->conn_to_host.dispname : \
1007 (c)->host.dispname)
1010 (c)->bits.conn_to_host ? (c)->conn_to_host.dispname : \
1011 (c)->host.dispname
H A Dldap.c428 conn->host.dispname, conn->primary.remote_port); in ldap_do()
469 conn->host.dispname, conn->primary.remote_port); in ldap_do()
512 conn->host.dispname, conn->primary.remote_port); in ldap_do()
H A Didn.c364 host->dispname = host->name; in Curl_idnconvert_hostname()
H A Dhttp_proxy.c251 *pdisplay_host = cf->conn->http_proxy.host.dispname; in Curl_cf_http_proxy_get_host()
H A Dcfilters.c81 *pdisplay_host = cf->conn->host.dispname; in Curl_cf_def_get_host()
620 *pdisplay_host = data->conn->host.dispname; in Curl_conn_get_host()
H A Durl.c3252 FMT_TIMEDIFF_T " ms", peertype, ehost->dispname,
3257 failf(data, "Could not resolve %s: %s", peertype, ehost->dispname);
3609 conn->socks_proxy.host.name ? conn->socks_proxy.host.dispname :
3610 conn->http_proxy.host.name ? conn->http_proxy.host.dispname :
3611 conn->host.dispname);
3614 conn->host.dispname);
H A Dmulti.c668 conn->socks_proxy.host.dispname : in multi_done_locked()
669 conn->bits.httpproxy ? conn->http_proxy.host.dispname : in multi_done_locked()
671 conn->bits.conn_to_host ? conn->conn_to_host.dispname : in multi_done_locked()
672 conn->host.dispname; in multi_done_locked()
H A Dsocks.c1237 *pdisplay_host = cf->conn->http_proxy.host.dispname; in socks_cf_get_host()
H A Dcf-socket.c1405 *pdisplay_host = cf->conn->host.dispname; in cf_socket_get_host()
H A Dhttp.c1804 if(conn->host.dispname != conn->host.name) { in Curl_http_target()
/curl/lib/vtls/
H A Dvtls.c1568 if(peer->dispname != peer->hostname) in Curl_ssl_peer_cleanup()
1569 free(peer->dispname); in Curl_ssl_peer_cleanup()
1572 peer->hostname = peer->sni = peer->dispname = NULL; in Curl_ssl_peer_cleanup()
1615 DEBUGASSERT(!peer->dispname); in Curl_ssl_peer_init()
1626 edispname = cf->conn->http_proxy.host.dispname; in Curl_ssl_peer_init()
1633 edispname = cf->conn->host.dispname; in Curl_ssl_peer_init()
1647 peer->dispname = peer->hostname; in Curl_ssl_peer_init()
1649 peer->dispname = strdup(edispname); in Curl_ssl_peer_init()
1650 if(!peer->dispname) in Curl_ssl_peer_init()
H A Dopenssl.c2066 const char *dispname) in subj_alt_hostcheck() argument
2069 (void)dispname; in subj_alt_hostcheck()
2074 dispname, match_pattern); in subj_alt_hostcheck()
2196 peer->dispname)) { in ossl_verifyhost()
2208 peer->dispname); in ossl_verifyhost()
2227 infof(data, " subjectAltName does not match %s %s", tname, peer->dispname); in ossl_verifyhost()
2229 "target %s '%s'", tname, peer->dispname); in ossl_verifyhost()
2292 "target hostname '%s'", cn, peer->dispname); in ossl_verifyhost()
H A Dwolfssl.c1401 connssl->peer.dispname); in wolfssl_connect_step2()
1413 connssl->dispname); in wolfssl_connect_step2()
1419 connssl->dispname); in wolfssl_connect_step2()
H A Dgtls.c1596 "target hostname '%s'", certname, peer->dispname); in Curl_gtls_verifyserver()
1602 certname, peer->dispname); in Curl_gtls_verifyserver()
H A Dsectransp.c1938 "certificate did not match \"%s\"\n", connssl->peer.dispname);
/curl/lib/vquic/
H A Dcurl_osslq.c550 ctx->peer.dispname, ip.remote_port, ip.remote_ip); in cf_osslq_ssl_err()

Completed in 107 milliseconds