Lines Matching defs:host
331 char *name; /* host name for which this ID was used */
332 char *conn_to_host; /* host name for the connection (may be NULL) */
509 BIT(conn_to_host); /* if set, this connection has a "connect to host"
510 that overrides the host in the URL */
879 struct hostname host;
914 /* 'dns_entry' is the particular host we use. This points to an entry in the
924 struct hostname host;
925 char *hostname_resolve; /* host name to resolve to address, allocated */
926 char *secondaryhostname; /* secondary socket host name (ftp) */
927 struct hostname conn_to_host; /* the host to connect to. valid only if
1019 struct negotiatedata negotiate; /* state data for host Negotiate auth */
1107 ((c)->bits.socksproxy ? (c)->socks_proxy.host.dispname : \
1108 (c)->bits.httpproxy ? (c)->http_proxy.host.dispname : \
1110 (c)->host.dispname)
1114 (c)->host.dispname
1131 unsigned long httpauthavail; /* what host auth types were announced */
1345 /* host name, port number and protocol of the first (not followed) request.
1346 if set, this should be the host name that we will sent authorization to,
1367 struct digestdata digest; /* state data for host Digest auth */
1370 struct auth authhost; /* auth details for host */
1454 char *host;
1596 STRING_SSH_HOST_PUBLIC_KEY_MD5, /* md5 of host public key in ascii hex */
1597 STRING_SSH_HOST_PUBLIC_KEY_SHA256, /* sha256 of host public key in base64 */
1729 struct curl_slist *connect_to; /* list of host:port mappings to override
1853 BIT(sep_headers); /* handle host and proxy headers separately */