Lines Matching refs:name
563 /* possible left-overs from the async name resolvers */
589 Curl_safefree(conn->http_proxy.host.rawalloc); /* http proxy name buffer */
590 Curl_safefree(conn->socks_proxy.host.rawalloc); /* socks proxy name buffer */
597 Curl_safefree(conn->host.rawalloc); /* host name buffer */
598 Curl_safefree(conn->conn_to_host.rawalloc); /* host name buffer */
713 strcasecompare(data->host.name, needle->host.name))
1012 /* primary_ip[0] is NUL only if the resolving of the name hasn't
1144 so verify that we're using the same name and password as well */
1202 needle->conn_to_host.name, check->conn_to_host.name)) ||
1208 if(!strcasecompare(needle->host.name, check->host.name) ||
1840 failf(data, "Too long host name (maximum is %d)", MAX_URL_LEN);
1858 /* make sure the connect struct gets its own copy of the host name */
1862 conn->host.name = conn->host.rawalloc;
1874 /* This MUST use the IDN decoded name */
1875 if(Curl_hsts(data->hsts, conn->host.name, TRUE)) {
1905 * User name and password set with their own options override the
2082 * name and is not limited to HTTP proxies only.
2175 * host name, so that we can reuse an existing connection
2321 /* now, clone the proxy host name */
2345 proxyinfo->host.name = host;
2361 proxyinfo->host.name = host;
2458 if(Curl_check_noproxy(conn->host.name, data->set.str[STRING_NOPROXY] ?
2496 * name, proxy type and port number, so that we can reuse an existing
2584 * This is used to parse a login string for user name, password and options in
2754 /* there was a user name in the URL. Use the URL decoded version */
2759 ret = Curl_parsenetrc(conn->host.name,
2764 conn->host.name,
2773 /* set bits.netrc TRUE to remember that we got the name from a .netrc
2928 * name nor a numeric can legally start with a bracket.
2941 *host_portno = '\0'; /* cut off number from host name */
2956 /* now, clone the cleaned host name */
2999 conn->host.name,
3061 conn->conn_to_host.name = host;
3131 conn->conn_to_host.name = hostd;
3212 conn->hostname_resolve = strdup(host->name);
3251 conn->hostname_resolve = strdup(connhost->name);
3283 if(!unix_path && conn->socks_proxy.host.name &&
3285 conn->socks_proxy.host.name, sizeof(UNIX_SOCKET_PREFIX)))
3286 unix_path = conn->socks_proxy.host.name + sizeof(UNIX_SOCKET_PREFIX) - 1;
3313 /* Resolve the name of the server or proxy */
3337 /* use the new user name and password though */
3349 /* use the new proxy user name and proxy password though */
3403 * existing one, and resolves host name.
3406 * response will be coming asynchronously. If *async is FALSE, the name is
3554 strcasecompare(conn->conn_to_host.name, conn->host.name)) {
3669 conn->socks_proxy.host.name ? conn->socks_proxy.host.dispname :
3670 conn->http_proxy.host.name ? conn->http_proxy.host.dispname :
3815 /* Curl_setup_conn() is called after the name resolve initiated in