Home
last modified time | relevance | path

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

/curl/lib/
H A Durldata.h282 char *dispname; /* display version of hostname */ member
569 const char *dispname; /* name to display, as 'name' might be encoded */ member
1002 ((c)->bits.socksproxy ? (c)->socks_proxy.host.dispname : \
1003 (c)->bits.httpproxy ? (c)->http_proxy.host.dispname : \
1004 (c)->bits.conn_to_host ? (c)->conn_to_host.dispname : \
1005 (c)->host.dispname)
1008 (c)->bits.conn_to_host ? (c)->conn_to_host.dispname : \
1009 (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.c3230 FMT_TIMEDIFF_T " ms", peertype, ehost->dispname,
3235 failf(data, "Could not resolve %s: %s", peertype, ehost->dispname);
3587 conn->socks_proxy.host.name ? conn->socks_proxy.host.dispname :
3588 conn->http_proxy.host.name ? conn->http_proxy.host.dispname :
3589 conn->host.dispname);
3592 conn->host.dispname);
H A Dmulti.c666 conn->socks_proxy.host.dispname : in multi_done_locked()
667 conn->bits.httpproxy ? conn->http_proxy.host.dispname : in multi_done_locked()
669 conn->bits.conn_to_host ? conn->conn_to_host.dispname : in multi_done_locked()
670 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.c1402 *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.c1539 if(peer->dispname != peer->hostname) in Curl_ssl_peer_cleanup()
1540 free(peer->dispname); in Curl_ssl_peer_cleanup()
1543 peer->hostname = peer->sni = peer->dispname = NULL; in Curl_ssl_peer_cleanup()
1586 DEBUGASSERT(!peer->dispname); in Curl_ssl_peer_init()
1597 edispname = cf->conn->http_proxy.host.dispname; in Curl_ssl_peer_init()
1604 edispname = cf->conn->host.dispname; in Curl_ssl_peer_init()
1618 peer->dispname = peer->hostname; in Curl_ssl_peer_init()
1620 peer->dispname = strdup(edispname); in Curl_ssl_peer_init()
1621 if(!peer->dispname) in Curl_ssl_peer_init()
H A Dopenssl.c2062 const char *dispname) in subj_alt_hostcheck() argument
2065 (void)dispname; in subj_alt_hostcheck()
2070 dispname, match_pattern); in subj_alt_hostcheck()
2192 peer->dispname)) { in ossl_verifyhost()
2204 peer->dispname); in ossl_verifyhost()
2223 infof(data, " subjectAltName does not match %s %s", tname, peer->dispname); in ossl_verifyhost()
2225 "target %s '%s'", tname, peer->dispname); in ossl_verifyhost()
2288 "target hostname '%s'", cn, peer->dispname); in ossl_verifyhost()
H A Dwolfssl.c1275 connssl->peer.dispname); in wolfssl_connect_step2()
1287 connssl->dispname); in wolfssl_connect_step2()
1293 connssl->dispname); in wolfssl_connect_step2()
H A Dgtls.c1531 "target hostname '%s'", certname, peer->dispname); in Curl_gtls_verifyserver()
1537 certname, peer->dispname); in Curl_gtls_verifyserver()
H A Dsectransp.c1937 "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 102 milliseconds