Lines Matching refs:proxy
485 #define CONN_IS_PROXIED(x) x->bits.proxy
493 BIT(httpproxy); /* if set, this transfer is done through an HTTP proxy */
494 BIT(socksproxy); /* if set, this transfer is done through a socks proxy */
495 BIT(proxy_user_passwd); /* user+password for the proxy? */
496 BIT(tunnel_proxy); /* if CONNECT is used to "tunnel" through the proxy.
500 BIT(proxy_connect_closed); /* TRUE if a proxy disconnected the connection
503 BIT(proxy); /* if set, this transfer is done through a proxy - any type */
864 HTTP proxy as HTTP proxies may know
869 #define PROTOPT_NOTCPPROXY (1<<14) /* this protocol can't proxy over TCP */
881 unsigned char proxytype; /* curl_proxytype: what kind of proxy that is in
883 char *user; /* proxy user name string, allocated */
884 char *passwd; /* proxy password string, allocated */
1012 struct ntlmdata proxyntlm; /* NTLM data for proxy */
1020 struct negotiatedata proxyneg; /* state data for proxy Negotiate auth */
1084 int remote_port; /* the remote port, not the proxy port! */
1096 unsigned char proxy_alpn; /* APLN of proxy tunnel, CURL_HTTP_VERSION* */
1125 int httpproxycode; /* response code from proxy when received separate */
1130 unsigned long proxyauthavail; /* what proxy auth types were announced */
1148 which might have been a proxy */
1150 number of the used URL, independent of proxy or
1368 struct digestdata proxydigest; /* state data for proxy Digest auth */
1371 struct auth authproxy; /* auth details for proxy */
1563 STRING_PROXY, /* proxy to use */
1564 STRING_PRE_PROXY, /* pre socks proxy to use */
1573 STRING_SSL_PINNEDPUBLICKEY_PROXY, /* public key file to verify proxy */
1589 STRING_NOPROXY, /* List of hosts which should not use the proxy, if
1659 unsigned long proxyauth; /* kind of proxy authentication to use (bitmask) */
1738 struct ssl_config_data proxy_ssl; /* user defined SSL stuff for proxy */
1741 default. If the proxy string features a
1743 unsigned char proxytype; /* what kind of proxy: curl_proxytype */
1853 BIT(sep_headers); /* handle host and proxy headers separately */
1868 BIT(tunnel_thru_httpproxy); /* use CONNECT through an HTTP proxy */
1906 FTP via an HTTP proxy */
1917 BIT(suppress_connect_headers); /* suppress proxy CONNECT response headers